From b6ecc8db16365ac06f976dd8e4d9fd5dfd94db42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:45:03 +0000 Subject: [PATCH] Bump olegtarasov/get-tag from 2.1.3 to 2.1.4 Bumps [olegtarasov/get-tag](https://github.com/olegtarasov/get-tag) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/olegtarasov/get-tag/releases) - [Commits](https://github.com/olegtarasov/get-tag/compare/2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: olegtarasov/get-tag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dockerimage-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerimage-release.yml b/.github/workflows/dockerimage-release.yml index e1df8b2..9c19176 100644 --- a/.github/workflows/dockerimage-release.yml +++ b/.github/workflows/dockerimage-release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 # this writes the tag name into GIT_TAG_NAME - name: Get tag name - uses: olegtarasov/get-tag@2.1.3 + uses: olegtarasov/get-tag@v2.1.4 - name: Build the Docker image run: docker build . --file Dockerfile --tag markusressel/telegram-click:$GIT_TAG_NAME - name: Login to DockerHub Registry