Skip to content

Commit

Permalink
Merge pull request #10 from GradleUp/oleg-nenashev-patch-1
Browse files Browse the repository at this point in the history
Update deploy.yml to use ghcr.io/
  • Loading branch information
oleg-nenashev authored Aug 2, 2024
2 parents 55bcb7c + 1249071 commit 5e10489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Build in the dev container image
uses: devcontainers/[email protected]
with:
imageName: gradleup/gradleup.github.io-builder
cacheFrom: gradleup/gradleup.github.io-builder
imageName: ghcr.io/gradleup/gradleup.github.io-builder
cacheFrom: ghcr.io/gradleup/gradleup.github.io-builder
push: always
runCmd: |
mkdocs build
Expand Down

0 comments on commit 5e10489

Please sign in to comment.