Skip to content

Commit 3982aa9

Browse files
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](docker/build-push-action@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] <[email protected]>
1 parent 22a5385 commit 3982aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
npm run-script build
5656
- name: Build docker image
5757
if: ${{ github.event_name == 'pull_request' }}
58-
uses: docker/build-push-action@v5
58+
uses: docker/build-push-action@v6
5959
with:
6060
# Set the context to use the packages/compas-open-scd directory and not execute it's own git checkout.
6161
context: packages/compas-open-scd

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
npm ci
4949
npm run-script build
5050
- name: Build and push docker image to Docker Hub
51-
uses: docker/build-push-action@v5
51+
uses: docker/build-push-action@v6
5252
with:
5353
# Set the context to use the packages/compas-open-scd directory and not execute it's own git checkout.
5454
context: packages/compas-open-scd

0 commit comments

Comments
 (0)