diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc2530c..ac57931 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,6 @@ jobs: packages: write env: TARGET_PLATFORM: linux-arm64 - BUILD_CACHE_SCOPE: ws14-docker-linux-server-arm64 steps: - name: Checkout repository uses: actions/checkout@v3 @@ -65,10 +64,6 @@ jobs: with: context: . platforms: linux/arm64 - cache-from: | - type=gha,scope=${{ env.BUILD_CACHE_SCOPE }} - cache-to: | - type=gha,scope=${{ env.BUILD_CACHE_SCOPE }},mode=max,compression=zstd push: true tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:arm64 @@ -88,7 +83,6 @@ jobs: packages: write env: TARGET_PLATFORM: linux-x64 - BUILD_CACHE_SCOPE: ws14-docker-linux-server-amd64 steps: - name: Checkout repository uses: actions/checkout@v3 @@ -126,10 +120,6 @@ jobs: with: context: . platforms: linux/amd64 - cache-from: | - type=gha,scope=${{ env.BUILD_CACHE_SCOPE }} - cache-to: | - type=gha,scope=${{ env.BUILD_CACHE_SCOPE }},mode=max,compression=zstd push: true tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest