From 75899583678bb5a78a85c467347f6a2df66d7fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 20:13:04 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.1.1 to 4.2.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index b18b241..ef41fa3 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -32,7 +32,7 @@ jobs: run: bash .github/version_extractor.sh ./Dockerfile >> $GITHUB_ENV - name: Build and push latest Alpine image with all tags - uses: docker/build-push-action@v4.1.1 + uses: docker/build-push-action@v4.2.1 with: context: ./ file: ./Dockerfile