This repository was archived by the owner on Mar 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 file : ./Dockerfile
2424 push : true
2525 tags : |
26- ghcr.io/swiftwasm/swiftwasm-action:5.8
26+ ghcr.io/swiftwasm/swiftwasm-action:5.9
2727 ghcr.io/swiftwasm/swiftwasm-action:latest
Original file line number Diff line number Diff line change 1- FROM ghcr.io/swiftwasm/carton:0.19.1
1+ FROM ghcr.io/swiftwasm/carton:0.20.0
22
33LABEL maintainer=
"SwiftWasm Maintainers <[email protected] >" 44LABEL Description="Docker Container for the SwiftWasm toolchain and SDK"
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - uses : actions/checkout@v3
28- - uses : swiftwasm/swiftwasm-action@v5.8
28+ - uses : swiftwasm/swiftwasm-action@v5.9
2929 with :
3030 shell-action : carton test
3131` ` `
4848 steps:
4949 - uses: actions/checkout@v3
5050
51- - uses: swiftwasm/swiftwasm-action@v5.8
51+ - uses: swiftwasm/swiftwasm-action@v5.9
5252 with:
5353 shell-action: carton bundle
5454 - uses: actions/upload-pages-artifact@v1
Original file line number Diff line number Diff line change 88 default : ' carton test'
99runs :
1010 using : ' docker'
11- image : ' docker://ghcr.io/swiftwasm/swiftwasm-action:5.8 '
11+ image : ' docker://ghcr.io/swiftwasm/swiftwasm-action:5.9 '
1212 args :
1313 - ${{ inputs.shell-action }}
You can’t perform that action at this time.
0 commit comments