Skip to content

Commit

Permalink
Fix docker next release in build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlehn authored Jun 13, 2024
1 parent 648c2ac commit f60587e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Docker - Push Next
if: ${{ github.ref == 'refs/heads/develop' }}
run: |
docker tag ehrbase/migration-tool:${VERSION} ehrbase/migration-tool:next
docker push ehrbase/migration-tool:next
- name: Docker - Push Release
Expand Down

0 comments on commit f60587e

Please sign in to comment.