From 3c5500f0f075fc2a96453bd2749005997b10c724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:32:03 +0000 Subject: [PATCH] chore(deps): 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/workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 352660d..b223213 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -167,7 +167,7 @@ jobs: - if: inputs.cache == false name: Build (no cache) - uses: docker/build-push-action@v4.1.1 + uses: docker/build-push-action@v4.2.1 with: file: ${{ inputs.context }}/${{ inputs.dockerfile }} context: ${{ inputs.context }} @@ -178,7 +178,7 @@ jobs: - if: inputs.cache == true name: Build (with cache) - uses: docker/build-push-action@v4.1.1 + uses: docker/build-push-action@v4.2.1 with: file: ${{ inputs.context }}/${{ inputs.dockerfile }} context: ${{ inputs.context }}