Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jobulcke committed Aug 16, 2024
1 parent 0a09168 commit bba4912
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
run: |
export VERSION=$(mvn help:evaluate -Dexpression="project.version" -q -DforceStdout)
echo "IMAGE_TAG=$VERSION" >> $GITHUB_ENV
echo ${{VERSION}}
echo ${{ env.IMAGE_TAG }}
if [[ "${{ env.IMAGE_TAG }}" != *"SNAPSHOT"* ]]; then
if [[ "$VERSION" != *"SNAPSHOT"* ]]; then
echo "LATEST=latest" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit bba4912

Please sign in to comment.