From 3982aa9cf483f697debdd153fc22d9c9ab0c7524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:14:31 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- 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 3295b17fe4..021b65354a 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -55,7 +55,7 @@ jobs: npm run-script build - name: Build docker image if: ${{ github.event_name == 'pull_request' }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: # Set the context to use the packages/compas-open-scd directory and not execute it's own git checkout. context: packages/compas-open-scd diff --git a/.github/workflows/release-project.yml b/.github/workflows/release-project.yml index 1363811eff..c807a93464 100644 --- a/.github/workflows/release-project.yml +++ b/.github/workflows/release-project.yml @@ -48,7 +48,7 @@ jobs: npm ci npm run-script build - name: Build and push docker image to Docker Hub - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: # Set the context to use the packages/compas-open-scd directory and not execute it's own git checkout. context: packages/compas-open-scd