Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Venator2013 authored Jan 22, 2024
1 parent d77c6f5 commit 96d44cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: devcontainers/[email protected]
with:
# Change this to point to your image name
imageName: ghcr.io/example/example-devcontainer
cacheFrom: ghcr.io/example/example-devcontainer
imageName: ghcr.io/OPTITOOL/morituri-devcontainer
cacheFrom: ghcr.io/OPTITOOL/morituri-devcontainer
push: always
# Change this to be your CI task/script
runCmd: |
# Add multiple commands to run if needed
make install-packages
ls

0 comments on commit 96d44cd

Please sign in to comment.