Skip to content

Commit

Permalink
Merge pull request #28 from testcontainers/devcontainer-fix
Browse files Browse the repository at this point in the history
Fix the Devcontainer name in CI/CD Pipelines
  • Loading branch information
oleg-nenashev authored Jul 14, 2024
2 parents 08227fd + f03763a commit 2850b86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
//"remoteUser": "vscode"
}

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,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/testcontainers/testcontainers-native-builder
cacheFrom: ghcr.io/testcontainers/testcontainers-native-builder
push: never
runCmd: |
mkdocs build
4 changes: 2 additions & 2 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,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/testcontainers/testcontainers-native-builder
cacheFrom: ghcr.io/testcontainers/testcontainers-native-builder
push: always
runCmd: |
mkdocs build
Expand Down

0 comments on commit 2850b86

Please sign in to comment.