Skip to content

Commit

Permalink
ci: lowercase cache repo URL for devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 26, 2023
1 parent 0dccc0b commit f83cb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Pre-build dev container image
uses: devcontainers/ci@v0.3
with:
imageName: ghcr.io/martinbernstorff/FunctionalSequentialPython-devcontainer
cacheFrom: ghcr.io/martinbernstorff/FunctionalSequentialPython-devcontainer:latest
imageName: ghcr.io/martinbernstorff/functionalsequentialpython-devcontainer
cacheFrom: ghcr.io/martinbernstorff/functionalsequentialpython-devcontainer:latest
push: filter
refFilterForPush: refs/heads/main
runCmd:
Expand Down

0 comments on commit f83cb16

Please sign in to comment.