Skip to content

Commit

Permalink
using devcontainer common utils
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverKillane committed Sep 27, 2023
1 parent d11ecd8 commit 23438fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"image": "ghcr.io/oliverkillane/imperial-computing-notes-dev",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "latest"
}
},
"customizations": {
"vscode": {
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-dev-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- enh/development-docker
paths:
- '.devcontainer/**'
- '.devcontainer/Dockerfile'

jobs:
docker:
Expand Down

0 comments on commit 23438fd

Please sign in to comment.