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 25f7a57 commit 6bddf6cCopy full SHA for 6bddf6c
.github/workflows/docker-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
fetch-depth: '0'
30
31
- name: Bump version and push tag
32
- uses: anothrNick/github-tag-action@v1.71.0 # Don't use @master or @v1 unless you're happy to test the latest version
+ uses: anothrNick/github-tag-action@1.71.0 # Don't use @master or @v1 unless you're happy to test the latest version
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
WITH_V: true
0 commit comments