From 20c554914290873169d26d8b46001da5c3a9438a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:45:51 +0000 Subject: [PATCH] Bump anothrNick/github-tag-action from 1.55.0 to 1.69.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.55.0 to 1.69.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/1.55.0...1.69.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 4a03e0f..b578a5d 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.55.0 + - uses: anothrNick/github-tag-action@1.69.0 env: CUSTOM_TAG: ${{ steps.tagName.outputs.tag_name }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}