Skip to content

Commit 5e10489

Browse files
Merge pull request #10 from GradleUp/oleg-nenashev-patch-1
Update deploy.yml to use ghcr.io/
2 parents 55bcb7c + 1249071 commit 5e10489

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)