Skip to content

Conversation

@asw101
Copy link
Collaborator

@asw101 asw101 commented Jan 19, 2026

Summary

Follow-up to #75, fixes #50

Updates the devcontainer image path to use the nested path pattern (repo/devcontainer) consistent with how the main wasm component is published (repo/sample-wasi-http-rust).

Changes

  • publish-devcontainer.yml: Changed IMAGE_NAME from ${{ github.repository }}-devcontainer to ${{ github.repository }}/devcontainer
  • devcontainer.json: Updated image reference to ghcr.io/bytecodealliance/sample-wasi-http-rust/devcontainer:latest

Result

Before After
ghcr.io/bytecodealliance/sample-wasi-http-rust-devcontainer ghcr.io/bytecodealliance/sample-wasi-http-rust/devcontainer

This aligns with the existing pattern: ghcr.io/bytecodealliance/sample-wasi-http-rust/sample-wasi-http-rust

Update IMAGE_NAME to use nested path (repo/devcontainer) consistent
with the main wasm component publishing pattern.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix the dev container publish step

2 participants