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 63eb91d commit 6ca47b4Copy full SHA for 6ca47b4
.github/workflows/dockerimage.yml
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: '0'
15
- id: tagName
16
run: echo ::set-output name=tag_name::$(head -1 Dockerfile | awk '{print $2}' | tr ':' ' '| awk '{print $2}')
17
- - uses: anothrNick/github-tag-action@1.36.0
+ - uses: anothrNick/github-tag-action@1.55.0
18
env:
19
CUSTOM_TAG: ${{ steps.tagName.outputs.tag_name }}
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments