Skip to content

Commit aa61a07

Browse files
committed
Fix CI references to "devcontainer" for the WASI container
1 parent 448ce9e commit aa61a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
os: [ubuntu-latest, ubuntu-24.04-arm]
4141
runs-on: ${{ matrix.os }}
4242
env:
43-
TAG: cpython-devcontainer:1.0.0-${{ github.run_id }}
43+
TAG: cpython-wasicontainer:1.0.0-${{ github.run_id }}
4444
steps:
4545
- name: Checkout Push to Registry action
4646
uses: actions/checkout@v5
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build Dockerfile
5050
uses: docker/build-push-action@v6
5151
with:
52-
context: ./devcontainer
52+
context: ./wasicontainer
5353
load: true
5454
tags: ${{ env.TAG }}
5555
- name: Test WASI SDK

0 commit comments

Comments
 (0)