From 25c783db4a079947e350295fff9f4003d8411ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:03:13 +0000 Subject: [PATCH] chore(deps): 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/build-project.yml | 2 +- .github/workflows/release-project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index c125a990a0..219ebb972f 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -51,7 +51,7 @@ jobs: npm run-script build - name: Build docker image if: ${{ github.event_name == 'pull_request' }} - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: # Set the context to use the current directory and not execute it's own git checkout. context: . diff --git a/.github/workflows/release-project.yml b/.github/workflows/release-project.yml index 1d3851083d..42aee49936 100644 --- a/.github/workflows/release-project.yml +++ b/.github/workflows/release-project.yml @@ -47,7 +47,7 @@ jobs: npm ci npm run-script build - name: Build and push docker image to Docker Hub - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: # Set the context to use the current directory and not execute it's own git checkout. context: .