From 9d3340ff29fe716b506ea68c6a9cdd49f51033e0 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Sat, 11 Nov 2023 02:00:59 -0600 Subject: [PATCH] force stacker-push-action to use newer stacker 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 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf7b039..a27aa38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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