From eb6e04d3c69d0b070d392bd8e5192075940ee62d Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Thu, 31 Aug 2023 14:45:16 -0400 Subject: [PATCH] Update container.yml --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 9d47543..2ee27dc 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -21,6 +21,6 @@ jobs: - name: 'Pre-build devcontainer image' uses: devcontainers/ci@v0.3 with: - imageName: ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer + imageName: ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base noCache: true push: always