Skip to content

Commit 5bf5e66

Browse files
dependabot[bot]davidkarlsen
authored andcommitted
Bump anothrNick/github-tag-action from 1.30.0 to 1.32.0
Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.30.0 to 1.32.0. - [Release notes](https://github.com/anothrNick/github-tag-action/releases) - [Commits](anothrNick/github-tag-action@1.30.0...e147364) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38f01ce commit 5bf5e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: '0'
1515
- id: tagName
1616
run: echo ::set-output name=tag_name::$(head -1 Dockerfile | awk '{print $2}' | tr ':' ' '| awk '{print $2}')
17-
- uses: anothrNick/github-tag-action@1.30.0
17+
- uses: anothrNick/github-tag-action@1.32.0
1818
env:
1919
CUSTOM_TAG: ${{ steps.tagName.outputs.tag_name }}
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)