Skip to content

Commit

Permalink
fix image name case
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Oct 31, 2024
1 parent 8e9f7c2 commit 3c96426
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3c96426

Please sign in to comment.