Skip to content

Commit

Permalink
chore: Update devcontainer configuration and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 committed Jun 30, 2024
1 parent 8523ed9 commit f54e224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "DevChum",
"build": {
"dockerfile": "Dockerfile",
"cacheFrom": "ghcr.io/nid-kt/DevChum-devcontainer"
"cacheFrom": "ghcr.io/nid-kt/devchum-devcontainer"
},

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Push DevContainer
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/nid-kt/DevChum-devcontainer
cacheFrom: ghcr.io/nid-kt/DevChum-devcontainer
imageName: ghcr.io/nid-kt/devchum-devcontainer
cacheFrom: ghcr.io/nid-kt/devchum-devcontainer
push: always

0 comments on commit f54e224

Please sign in to comment.