From 1a1e658fa912d29b5f030577d2e25acf14d889d3 Mon Sep 17 00:00:00 2001 From: royalcat Date: Thu, 28 Mar 2024 16:18:28 +0300 Subject: [PATCH] [fix] ci --- .github/workflows/docker.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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 }}