From 65c4adaf4e89e9fec38dd0d93d56942995d2cb97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 06:01:31 +0000 Subject: [PATCH] :arrow_up: Bump docker/build-push-action from 4.0.0 to 4.1.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 4.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.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/call-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-build.yml b/.github/workflows/call-build.yml index c500f707..a50a3fa1 100644 --- a/.github/workflows/call-build.yml +++ b/.github/workflows/call-build.yml @@ -58,7 +58,7 @@ jobs: run: | echo "${{ secrets.PROD_ENV }}" > .env - name: Build and push docker image - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v4.1.1 with: context: . push: ${{ inputs.push }}