File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
npm run-script build
56
56
- name : Build docker image
57
57
if : ${{ github.event_name == 'pull_request' }}
58
- uses : docker/build-push-action@v5
58
+ uses : docker/build-push-action@v6
59
59
with :
60
60
# Set the context to use the packages/compas-open-scd directory and not execute it's own git checkout.
61
61
context : packages/compas-open-scd
Original file line number Diff line number Diff line change 48
48
npm ci
49
49
npm run-script build
50
50
- name : Build and push docker image to Docker Hub
51
- uses : docker/build-push-action@v5
51
+ uses : docker/build-push-action@v6
52
52
with :
53
53
# Set the context to use the packages/compas-open-scd directory and not execute it's own git checkout.
54
54
context : packages/compas-open-scd
You can’t perform that action at this time.
0 commit comments