From 3c96426c19b68bee48d7e16e2de8366589ac01e1 Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Thu, 31 Oct 2024 16:57:20 +0000 Subject: [PATCH] fix image name case --- .github/workflows/devcontainer.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 29171364..1590b8ca 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -34,8 +34,7 @@ jobs: - name: Pre-build dev container image uses: devcontainers/ci@v0.3 with: - imageName: ${{ env.REGISTRY }}/${{ github.repository }}/devcontainer + imageName: ghcr.io/nrel/buildingmotif/devcontainer imageTag: ts-devcontainers - cacheFrom: ${{ env.REGISTRY }}/${{ github.repository }}/devcontainer:ts-devcontainers push: always platform: linux/amd64,linux/arm64