Skip to content

Commit 1249071

Browse files
Update deploy.yml to use ghcr.io/
1 parent 55bcb7c commit 1249071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- name: Build in the dev container image
5555
uses: devcontainers/[email protected]
5656
with:
57-
imageName: gradleup/gradleup.github.io-builder
58-
cacheFrom: gradleup/gradleup.github.io-builder
57+
imageName: ghcr.io/gradleup/gradleup.github.io-builder
58+
cacheFrom: ghcr.io/gradleup/gradleup.github.io-builder
5959
push: always
6060
runCmd: |
6161
mkdocs build

0 commit comments

Comments
 (0)