We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d3f09 commit 5e40d42Copy full SHA for 5e40d42
.github/workflows/build-image.yml
@@ -45,8 +45,8 @@ jobs:
45
uses: devcontainers/[email protected]
46
with:
47
configFile: ./.devcontainer/${{ matrix.config }}/devcontainer.json
48
- imageName: ghcr.io/392781/${{ matrix.config }}
49
- cacheFrom: ghcr.io/392781/${{ matrix.config }}
+ imageName: ghcr.io/dddlab/container-computing/${{ matrix.config }}
+ cacheFrom: ghcr.io/dddlab/container-computing/${{ matrix.config }}
50
push: ${{ matrix.dockerpush }}
51
runCmd: ${{ matrix.command }}
52
0 commit comments