From 219631e4d8d79779bd2aff21453955a75a55f583 Mon Sep 17 00:00:00 2001 From: royalcat Date: Tue, 17 Oct 2023 22:35:00 +0300 Subject: [PATCH] [ci] self-hosted --- .github/workflows/docker.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 06bdd1e..5a1efd0 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -39,7 +39,7 @@ jobs: uses: docker/metadata-action@v5 with: # list of Docker images to use as base name for tags - images: ghcr.io/${{ github.repository }} + # images: ghcr.io/${{ github.repository }} # generate Docker tags based on the following events/attributes tags: | type=schedule @@ -60,6 +60,6 @@ jobs: labels: ${{ steps.meta.outputs.labels }} sbom: true provenance: true - cache-from: type=gha - cache-to: type=gha,mode=max + # cache-from: type=gha + # cache-to: type=gha,mode=max tags: ${{ steps.meta.outputs.tags }}