We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c872707 commit edd6804Copy full SHA for edd6804
.github/workflows/deploy-docker-image.yml
@@ -23,7 +23,7 @@ jobs:
23
# This action creates a new git tag of the main branch with the new version number
24
- name: Bump version and push tag
25
id: bumpTag
26
- uses: anothrNick/github-tag-action@f278d49d30cdd8775cc3e7dd00b5ee11686ee297 # 1.71.0
+ uses: anothrNick/github-tag-action@e528bc2b9628971ce0e6f823f3052d1dcd9d512c # 1.73.0
27
env:
28
GITHUB_TOKEN: ${{ secrets.PAT }}
29
WITH_V: true
0 commit comments