Skip to content

Commit

Permalink
fix(build): fix stacker publish
Browse files Browse the repository at this point in the history
Signed-off-by: Petu Eusebiu <[email protected]>
  • Loading branch information
eusebiu-constantin-petu-dbk committed Nov 20, 2023
1 parent 9ee122c commit 14c5c9e
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:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: publish provision and install layer
if: startsWith(github.ref, 'refs/tags/')
uses: project-stacker/stacker-build-push-action@main
uses: peusebiu/stacker-build-action@cb043022455d8687a83bf709ed61b8f535f3ab74
with:
version: v1.0.0-rc8
file: 'layers/stacker.yaml'
Expand Down

0 comments on commit 14c5c9e

Please sign in to comment.