Skip to content

Commit

Permalink
Use the isolated Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Aug 2, 2024
1 parent f9ec87b commit 95d6450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build in the dev container image
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/oleg-nenashev/oleg-nenashev-site-builder
cacheFrom: ghcr.io/oleg-nenashev/oleg-nenashev-site-builder
imageName: ghcr.io/gradleup/gradleup.github.io-builder
cacheFrom: ghcr.io/gradleup/gradleup.github.io-builder
push: never
runCmd: |
mkdocs build
Expand Down
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: ghcr.io/oleg-nenashev/oleg-nenashev-site-builder
cacheFrom: ghcr.io/oleg-nenashev/oleg-nenashev-site-builder
imageName: gradleup/gradleup.github.io-builder
cacheFrom: gradleup/gradleup.github.io-builder
push: never
runCmd: |
mkdocs build
Expand Down

0 comments on commit 95d6450

Please sign in to comment.