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 d9be93b commit b9c41e6
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 @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
paths:
- '.github/.devcontainer/pre-build/**'
- '.github/.devcontainer/**'
- '.github/workflows/pre-build-dev-container.yml'
branches:
- "main"
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
name: Pre-build dev container image
uses: devcontainers/ci@v0.3
with:
subFolder: .devcontainer/pre-build
subFolder: .devcontainer
imageName: ghcr.io/${{ env.GITHUB_REPOSITORY_LOWER }}:devcontainer
cacheFrom: ghcr.io/${{ env.GITHUB_REPOSITORY_LOWER }}:devcontainer
push: always

0 comments on commit b9c41e6

Please sign in to comment.