diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index f83b1cd..10e270f 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -28,16 +28,13 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to Container Registry uses: docker/login-action@v3 with: - registry: ghcr.io + registry: git.kmsign.ru username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} @@ -46,7 +43,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: git.kmsign.ru/${{ github.repository }} # generate Docker tags based on the following events/attributes tags: | type=schedule @@ -67,6 +64,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 }}