Skip to content

Commit

Permalink
Update devcontainer image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanluoyc committed Nov 7, 2023
1 parent 0f3a45e commit 11e8c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
uses: devcontainers/ci@v0.3
with:
# Change this to point to your image name
imageName: ghcr.io/corax/corax-devcontainer
cacheFrom: ghcr.io/corax/corax-devcontainer
imageName: ghcr.io/ethanluoyc/corax-devcontainer
cacheFrom: ghcr.io/ethanluoyc/corax-devcontainer
# Change this to be your CI task/script
runCmd: |
# Add multiple commands to run if needed
Expand Down

0 comments on commit 11e8c4c

Please sign in to comment.