Skip to content

Commit

Permalink
Fix GH actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Nov 27, 2021
1 parent ba0e105 commit 079f7bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ jobs:

- name: Publish docker-image
if: startsWith(github.ref, 'refs/tags/')
env:
run: utils/push-images.sh
run: utils/push-images.sh ${GITHUB_REF#refs/tags/}

0 comments on commit 079f7bd

Please sign in to comment.