Skip to content

Commit

Permalink
image name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 27, 2024
1 parent a238be6 commit 1cc405c
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 @@ -2,7 +2,7 @@
"name": "NodeJS & Powershell & 7z",
"dockerFile": "Dockerfile",
"build": {
"cacheFrom": "ghcr.io/butr/game-mount-and-blade2:latest"
"cacheFrom": "ghcr.io/butr/game-mount-and-blade2-devcontainer:latest"
},
"features": {
//"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
name: Pre-build dev container image
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/butr/game-mount-and-blade2
cacheFrom: ghcr.io/butr/game-mount-and-blade2
imageName: ghcr.io/butr/game-mount-and-blade2-devcontainer
cacheFrom: ghcr.io/butr/game-mount-and-blade2-devcontainer
push: always

0 comments on commit 1cc405c

Please sign in to comment.