Skip to content

Commit e64b1e9

Browse files
authored
Merge branch 'main' into feature/implement-libdoc
2 parents bc485af + 65ec615 commit e64b1e9

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)