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