Skip to content

Commit

Permalink
fix type in dev container image spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 15, 2023
1 parent 12ab185 commit 5d83095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Pre-build dev container image
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/MartinBernstorff/personal-mnemonic-medium/
cacheFrom: ghcr.io/MartinBernstorff/personal-mnemonic-medium/
imageName: ghcr.io/MartinBernstorff/personal-mnemonic-medium
cacheFrom: ghcr.io/MartinBernstorff/personal-mnemonic-medium
push: never
runCmd:
make validate

0 comments on commit 5d83095

Please sign in to comment.