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 9727b5e commit 664270f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-new-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/num-portal-webapp:${{ github.ref_name }}
tags: numforschungsdatenplattform/num-portal-webapp:${{ github.ref_name }}
- name: Print Release Version
run: |
echo "### :rocket: ${{ github.ref_name }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit 664270f

Please sign in to comment.