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 a92a166 commit c97481e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-new-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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 }}/aql-editor:${{ github.ref_name }} -DskipTests
docker tag ${{ secrets.DOCKER_USERNAME }}/aql-editor ${{ secrets.DOCKER_USERNAME }}/aql-editor:${{ github.ref_name }}
docker push ${{ secrets.DOCKER_USERNAME }}/aql-editor:${{ github.ref_name }}
mvn spring-boot:build-image -Dspring-boot.build-image.imageName=numforschungsdatenplattform/aql-editor:${{ github.ref_name }} -DskipTests
docker tag numforschungsdatenplattform/aql-editor numforschungsdatenplattform/aql-editor:${{ github.ref_name }}
docker push numforschungsdatenplattform/aql-editor:${{ github.ref_name }}
echo "### :rocket: ${{ github.ref_name }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit c97481e

Please sign in to comment.