Skip to content

Commit

Permalink
fix(ci): use correct version (#159)
Browse files Browse the repository at this point in the history
accidentally using an invalid version due to copy/paste error
  • Loading branch information
wass3r authored Aug 28, 2024
1 parent b966771 commit 1f0058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
make build-static-ci
- name: publish
uses: elgohr/Publish-Docker-Github-Action@eb53b3ec07136a6ebaed78d8135806da64f7c7e2 # v5.0.2
uses: elgohr/Publish-Docker-Github-Action@eb53b3ec07136a6ebaed78d8135806da64f7c7e2 # v5
with:
name: target/vela-git
cache: true
Expand Down

0 comments on commit 1f0058f

Please sign in to comment.