Skip to content

Commit

Permalink
force stacker-push-action to use newer stacker
Browse files Browse the repository at this point in the history
Since we use newer stacker to build layers, we had to make the
breaking change from /stacker to /stacker/imports.  But then
stacker-push-action's default 0.40.x stacker breaks.  So bump
it as well.

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

0 comments on commit 9d3340f

Please sign in to comment.