Skip to content

Commit

Permalink
CI: Update stacker version in stacker-build-push-action
Browse files Browse the repository at this point in the history
We need to specify v1.0.0-rc8 to avoid a symlink bug in earlier stacker.

Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Nov 12, 2023
1 parent 9d3340f commit 2fde247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: project-stacker/stacker-build-push-action@main
with:
version: v1.0.0-rc7
version: v1.0.0-rc8
file: 'layers/stacker.yaml'
build-args: |
ZOT_VERSION=2.0.0-rc5
Expand Down

0 comments on commit 2fde247

Please sign in to comment.