Skip to content

Commit

Permalink
fix: Update pre-build-dev-container.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Campos <mail@ruicampos.org>
  • Loading branch information
RuiFilipeCampos authored Sep 6, 2024
1 parent 3b8673a commit 6686083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-build-dev-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
name: Pre-build dev container image
uses: devcontainers/ci@v0.3
with:
imageName: ghcr.io/${{ env.GITHUB_REPOSITORY_LOWER }}:devcontainer
cacheFrom: ghcr.io/${{ env.GITHUB_REPOSITORY_LOWER }}:devcontainer
imageName: ghcr.io/${{ env.GITHUB_REPOSITORY_LOWER }}-devcontainer
cacheFrom: ghcr.io/${{ env.GITHUB_REPOSITORY_LOWER }}-devcontainer
push: always

0 comments on commit 6686083

Please sign in to comment.