From 05917925653eb6e35aae6c2dac34f77c373a0e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 15:00:57 +0000 Subject: [PATCH] Bump anothrNick/github-tag-action from 1.36.0 to 1.55.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.36.0 to 1.55.0. - [Release notes](https://github.com/anothrNick/github-tag-action/releases) - [Commits](https://github.com/anothrNick/github-tag-action/compare/1.36.0...1.55.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index a87f415..c03d780 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: '0' - id: tagName run: echo ::set-output name=tag_name::$(head -1 Dockerfile | awk '{print $2}' | tr ':' ' '| awk '{print $2}') - - uses: anothrNick/github-tag-action@1.36.0 + - uses: anothrNick/github-tag-action@1.55.0 env: CUSTOM_TAG: ${{ steps.tagName.outputs.tag_name }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}