Skip to content

Commit

Permalink
Try to no-cache the devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Sep 23, 2024
1 parent a1d5693 commit b8ea898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/astral-devcontainer
cacheFrom: ghcr.io/astral-devcontainer
push: never
noCache: true
push: always
runCmd: |
# Add multiple commands to run if needed
bundle install
Expand Down

0 comments on commit b8ea898

Please sign in to comment.