diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6b99a42..6449e80 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/bytecodealliance/sample-wasi-http-rust-devcontainer:latest", + "image": "ghcr.io/bytecodealliance/sample-wasi-http-rust/devcontainer:latest", "features": { //"ghcr.io/devcontainers/features/rust:1": {}, "ghcr.io/devcontainers/features/azure-cli:1": {} diff --git a/.github/workflows/publish-devcontainer.yml b/.github/workflows/publish-devcontainer.yml index bba388b..cae661b 100644 --- a/.github/workflows/publish-devcontainer.yml +++ b/.github/workflows/publish-devcontainer.yml @@ -10,7 +10,7 @@ on: # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }}-devcontainer + IMAGE_NAME: ${{ github.repository }}/devcontainer # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: