Skip to content

Commit c1ffc09

Browse files
dependabot[bot]davidkarlsen
authored andcommitted
Bump anothrNick/github-tag-action from 1.33.0 to 1.34.0
Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.33.0 to 1.34.0. - [Release notes](https://github.com/anothrNick/github-tag-action/releases) - [Commits](anothrNick/github-tag-action@1.33.0...18284c7) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f4e3f0 commit c1ffc09

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.33.0
17+
- uses: anothrNick/github-tag-action@1.34.0
1818
env:
1919
CUSTOM_TAG: ${{ steps.tagName.outputs.tag_name }}
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)