Skip to content

Commit

Permalink
Re-Enable snapshot publishing on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlehn committed Jun 13, 2024
1 parent ca8e002 commit 6f5ff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: mvn spotless:check

- name: Docker - Push
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' }}
run: |
VERSION=$(mvn help:evaluate -Dexpression="project.version" -q -DforceStdout)
docker push ehrbase/migration-tool:${VERSION}

0 comments on commit 6f5ff9b

Please sign in to comment.