From 05b051a21daf696538618e9c2f649bde17f9c1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 03:03:53 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 86e3fb9..3a3554c 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -104,7 +104,7 @@ jobs: with: images: ${{ env.IMAGE_REPOSITORY }} - name: Build and push container image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . push: true @@ -134,7 +134,7 @@ jobs: with: images: ${{ env.IMAGE_REPOSITORY }} - name: Create image artifact - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . push: false