Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ghostv5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ jobs:
${{ needs.myvars.outputs.TAG_DKR_BRANCH_NAME }}
${{ needs.myvars.outputs.TAG_GPR_BRANCH_NAME }}
# The order for <docker push -tag> matters for our CD down the line
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}, mode=max
cache-from: type=registry,ref=${{ needs.myvars.outputs.GPR_PREFIX }}:buildcache-${{ env.SUB_DIR }}
cache-to: type=registry,ref=${{ needs.myvars.outputs.GPR_PREFIX }}:buildcache-${{ env.SUB_DIR }},mode=max
build-args: |
BUILDKIT_PROGRESS=plain
network: host
Expand Down Expand Up @@ -288,8 +288,8 @@ jobs:
${{ needs.myvars.outputs.TAG_GPR_VERSION_HASH_ONLY }}
${{ needs.myvars.outputs.TAG_GPR_VERSION_HASH_DATE }}
# The order for <docker push -tag> matters for our CD down the line
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}, mode=max
cache-from: type=registry,ref=${{ needs.myvars.outputs.GPR_PREFIX }}:buildcache-${{ env.SUB_DIR }}
cache-to: type=registry,ref=${{ needs.myvars.outputs.GPR_PREFIX }}:buildcache-${{ env.SUB_DIR }},mode=max
build-args: |
BUILDKIT_PROGRESS=plain
network: host
Expand Down