Skip to content

Commit

Permalink
refactor: Update devcontainer image name construction in build-devcon…
Browse files Browse the repository at this point in the history
…tainer.yml
  • Loading branch information
lgersman committed Oct 10, 2024
1 parent feac09c commit 9e00733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: "./.github/shared/devcontainer-image-name.yaml"
- uses: "./.github/shared/devcontainer-image-name"

- name: Pre-build image and run make ci-build in dev container
uses: devcontainers/ci@v0.3
Expand Down

0 comments on commit 9e00733

Please sign in to comment.