diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dd87962..53bd0ad 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,4 +28,3 @@ // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root. //"remoteUser": "vscode" } - \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f0fe14..20ea49b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,8 @@ jobs: - name: Build in the dev container image uses: devcontainers/ci@v0.3 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 diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index c61cab2..198cbfc 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -42,8 +42,8 @@ jobs: - name: Build in the dev container image uses: devcontainers/ci@v0.3 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