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 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments