Skip to content

Commit 3097142

Browse files
authored
Update push.yaml
1 parent 0328bc0 commit 3097142

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
build-args: CLI=${{ matrix.cli }}
4747
tags: ghcr.io/libops/cli-sandbox:${{ matrix.cli }}
4848
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
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
5151

0 commit comments

Comments
 (0)