From 51e86faa440d8758e7db42eff88fcef7f5dec91b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:24:14 +0000 Subject: [PATCH] chore(deps): bump mr-smithers-excellent/docker-build-push Bumps [mr-smithers-excellent/docker-build-push](https://github.com/mr-smithers-excellent/docker-build-push) from 6.2 to 6.3. - [Release notes](https://github.com/mr-smithers-excellent/docker-build-push/releases) - [Commits](https://github.com/mr-smithers-excellent/docker-build-push/compare/v6.2...v6.3) --- updated-dependencies: - dependency-name: mr-smithers-excellent/docker-build-push dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-latest.yml b/.github/workflows/release-latest.yml index 99e8241..2037d67 100644 --- a/.github/workflows/release-latest.yml +++ b/.github/workflows/release-latest.yml @@ -49,7 +49,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: mr-smithers-excellent/docker-build-push@v6.2 + uses: mr-smithers-excellent/docker-build-push@v6.3 with: registry: ${{ env.REGISTRY }} image: ${{ env.IMAGE_NAME }}