Revert cache registry change
Some checks failed
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled

This commit is contained in:
Codex Agent
2025-12-15 01:02:08 +01:00
parent d528323a9f
commit 61a392c4d3

View File

@@ -65,9 +65,9 @@ jobs:
context: .
platforms: linux/arm64
cache-from: |
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-arm64
type=gha,scope=${{ env.BUILD_CACHE_SCOPE }}
cache-to: |
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-arm64,mode=max
type=gha,scope=${{ env.BUILD_CACHE_SCOPE }},mode=max,compression=zstd
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:arm64
@@ -130,9 +130,9 @@ jobs:
context: .
platforms: linux/amd64
cache-from: |
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-amd64
type=gha,scope=${{ env.BUILD_CACHE_SCOPE }}
cache-to: |
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-amd64,mode=max
type=gha,scope=${{ env.BUILD_CACHE_SCOPE }},mode=max,compression=zstd
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest