Skip to content

Commit

Permalink
Update release-new-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ramueSVA authored Jun 18, 2024
1 parent 96176d9 commit 76b47c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-new-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push docker image
run: |
mvn spring-boot:build-image -Dspring-boot.build-image.imageName=${{ secrets.DOCKER_USERNAME }}/num-portal:${{ github.ref_name }} -DskipTests
docker push ${{ secrets.DOCKER_USERNAME }}/num-portal:${{ github.ref_name }}
mvn spring-boot:build-image -Dspring-boot.build-image.imageName=numforschungsdatenplattform/num-portal:${{ github.ref_name }} -DskipTests
docker push numforschungsdatenplattform/num-portal:${{ github.ref_name }}
echo "### :rocket: ${{ github.ref_name }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit 76b47c7

Please sign in to comment.