Skip to content

Commit

Permalink
very last fix for docker-push wfl
Browse files Browse the repository at this point in the history
  • Loading branch information
lkurzyniec committed May 26, 2024
1 parent 8e4b0b9 commit e579d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Grab a version
run: |
version="{{ github.ref }}"
version="${{ github.ref }}"
version="${version/refs\/tags\/v/}"
echo "Version: ${version}"
Expand Down

0 comments on commit e579d2f

Please sign in to comment.