Skip to content

Commit

Permalink
CI 8
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddlededee authored Nov 12, 2024
1 parent b83806d commit 3eb9891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
if: success() && github.ref == 'refs/heads/dev'
run: |
docker push curs/2bass:latest
docker image tag curs/2bass curs/2bass:{{ steps.pom-version.outputs.version }}
docker image tag curs/2bass curs/2bass:${{ steps.pom-version.outputs.version }}
docker push curs/2bass:${{ steps.pom-version.outputs.version }}

0 comments on commit 3eb9891

Please sign in to comment.