Skip to content

Commit 5e40d42

Browse files
committed
update container registry location
1 parent d3d3f09 commit 5e40d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
uses: devcontainers/[email protected]
4646
with:
4747
configFile: ./.devcontainer/${{ matrix.config }}/devcontainer.json
48-
imageName: ghcr.io/392781/${{ matrix.config }}
49-
cacheFrom: ghcr.io/392781/${{ matrix.config }}
48+
imageName: ghcr.io/dddlab/container-computing/${{ matrix.config }}
49+
cacheFrom: ghcr.io/dddlab/container-computing/${{ matrix.config }}
5050
push: ${{ matrix.dockerpush }}
5151
runCmd: ${{ matrix.command }}
5252

0 commit comments

Comments
 (0)