We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448ce9e commit aa61a07Copy full SHA for aa61a07
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
os: [ubuntu-latest, ubuntu-24.04-arm]
41
runs-on: ${{ matrix.os }}
42
env:
43
- TAG: cpython-devcontainer:1.0.0-${{ github.run_id }}
+ TAG: cpython-wasicontainer:1.0.0-${{ github.run_id }}
44
steps:
45
- name: Checkout Push to Registry action
46
uses: actions/checkout@v5
@@ -49,7 +49,7 @@ jobs:
49
- name: Build Dockerfile
50
uses: docker/build-push-action@v6
51
with:
52
- context: ./devcontainer
+ context: ./wasicontainer
53
load: true
54
tags: ${{ env.TAG }}
55
- name: Test WASI SDK
0 commit comments