From fff9855ea2420a0ca9cdd990b085605f2e1f1fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:14:50 +0000 Subject: [PATCH] [ci skip]: Bump docker/build-push-action from 4.0.0 to 4.2.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...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/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bf67bb9..eada190 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push id: build - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v4.2.1 with: context: . push: true