We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0328bc0 commit 3097142Copy full SHA for 3097142
1 file changed
.github/workflows/push.yaml
@@ -46,6 +46,6 @@ jobs:
46
build-args: CLI=${{ matrix.cli }}
47
tags: ghcr.io/libops/cli-sandbox:${{ matrix.cli }}
48
push: true
49
- cache-from: type=registry,ref=:ghcr.io/libops/cli-sandbox:cache-${{ matrix.cli }}
50
- cache-to: type=registry,ref=:ghcr.io/libops/cli-sandbox:cache-${{ matrix.cli }},mode=max
+ cache-from: type=registry,ref=ghcr.io/libops/cli-sandbox:cache-${{ matrix.cli }}
+ cache-to: type=registry,ref=ghcr.io/libops/cli-sandbox:cache-${{ matrix.cli }},mode=max
51
0 commit comments