Skip to content

Commit dfd1467

Browse files
committed
devcontainer fixes
1 parent b386de5 commit dfd1467

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "mlogv32",
55

6-
"image": "ghcr.io/object-object/mlogv32-devcontainer",
6+
"image": "ghcr.io/object-object/mlogv32-devcontainer:latest",
77

88
"mounts": ["type=volume,target=/workspaces/mlogv32/.venv"],
99

.github/workflows/devcontainer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Prebuild dev container
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
57

68
env:
79
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)