Skip to content

Commit

Permalink
Update dockerhub_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Oct 11, 2023
1 parent 55d667a commit f11608e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerhub_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:
git config --local user.name "Kadena DevOps"
git config --local user.email "devops@kadena.io"
git add Dockerfile
git commit -m "chainweb-node version bump ${{ inputs.VERSION_NEW }}"
git tag chainweb-${{ inputs.VERSION_NEW }}
git commit --allow-empty -m "chainweb-node version bump ${{ inputs.VERSION_NEW }}"
# allow empty in case this is a re-run
git status
git push origin chainweb-${{ inputs.VERSION_NEW }}
- name: Validate SHAs
Expand Down

0 comments on commit f11608e

Please sign in to comment.