From 451a0c0bce95acdb3af5c81dba73596c1d78af05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:32:03 +0000 Subject: [PATCH] build(deps): bump akhilerm/tag-push-action from 2.1.0 to 2.2.0 Bumps [akhilerm/tag-push-action](https://github.com/akhilerm/tag-push-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/akhilerm/tag-push-action/releases) - [Commits](https://github.com/akhilerm/tag-push-action/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: akhilerm/tag-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index b6775ab1f..253c53019 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -52,14 +52,14 @@ jobs: - name: Add develop tag if: github.ref == 'refs/heads/main' - uses: akhilerm/tag-push-action@v2.1.0 + uses: akhilerm/tag-push-action@v2.2.0 with: src: ghcr.io/${{ env.REPO }}:${{ env.MINTPY_VERSION }} dst: ghcr.io/${{ env.REPO }}:develop - name: Add latest tag if: startsWith(github.ref, 'refs/tags/v') - uses: akhilerm/tag-push-action@v2.1.0 + uses: akhilerm/tag-push-action@v2.2.0 with: src: ghcr.io/${{ env.REPO }}:${{ env.MINTPY_VERSION }} dst: ghcr.io/${{ env.REPO }}:latest