Skip to content

Commit

Permalink
tweak ghcr uri
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Aug 30, 2024
1 parent e69a448 commit c63fb74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/gresearch/astral-devcontainer
cacheFrom: ghcr.io/gresearch/astral-devcontainer
imageName: ghcr.io/astral-devcontainer
cacheFrom: ghcr.io/astral-devcontainer
push: always
runCmd: |
# Add multiple commands to run if needed
Expand All @@ -39,8 +39,8 @@ jobs:
- name: Run brakeman
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/gresearch/astral-devcontainer
cacheFrom: ghcr.io/gresearch/astral-devcontainer
imageName: ghcr.io/astral-devcontainer
cacheFrom: ghcr.io/astral-devcontainer
push: never
runCmd: bin/brakeman --no-pager

Expand Down Expand Up @@ -75,8 +75,8 @@ jobs:
- name: Run tests
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/gresearch/astral-devcontainer
cacheFrom: ghcr.io/gresearch/astral-devcontainer
imageName: ghcr.io/astral-devcontainer
cacheFrom: ghcr.io/astral-devcontainer
push: never
runCmd: bin/rails test

Expand Down

0 comments on commit c63fb74

Please sign in to comment.