Skip to content

Commit 65ec615

Browse files
authored
Merge pull request #333 from com-pas/dependabot/github_actions/docker/build-push-action-6
chore(deps): bump docker/build-push-action from 5 to 6
2 parents 2af123a + 227ec94 commit 65ec615

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
@@ -57,7 +57,7 @@ jobs:
5757
npm run-script build
5858
- name: Build docker image
5959
if: ${{ github.event_name == 'pull_request' }}
60-
uses: docker/build-push-action@v5
60+
uses: docker/build-push-action@v6
6161
with:
6262
# Set the context to use the packages/compas-open-scd directory and not execute it's own git checkout.
6363
context: packages/compas-open-scd

.github/workflows/release-project.yml

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

0 commit comments

Comments
 (0)