Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Mar 14, 2024
1 parent 40df515 commit 7bdb1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: echo "RELEASE=$(\grep ${IMAGE}/Dockerfile -e '^FROM' | sed -e 's/^.*://')" >> "${GITHUB_ENV}"
- name: Tag the commit
run: |
git tag -a "v${RELEASE}" -m "Version ${RELEASE}"
git push --follow-tags
git tag -a "v${RELEASE}" -m "Version ${RELEASE}"
git push --follow-tags
- name: Trigger release
if: github.event_name != 'pull_request'
uses: actions/create-release@v1
Expand Down

0 comments on commit 7bdb1f5

Please sign in to comment.