Skip to content

Commit

Permalink
Merge pull request #7 from MartinBernstorff/mb/brainy-jaguar
Browse files Browse the repository at this point in the history
ci: fix tests
  • Loading branch information
MartinBernstorff authored Oct 26, 2023
2 parents 7511e27 + aca7cc3 commit 58b9ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ {{ cookiecutter.github_user }} }}
username: MartinBernstorff
password: ${{ secrets.GITHUB_TOKEN }}

- name: Pre-build dev container image
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/{{ cookiecutter.github_user }}/{{ cookiecutter.github_repo }}-devcontainer
cacheFrom: ghcr.io/{{ cookiecutter.github_user }}/{{ cookiecutter.github_repo }}-devcontainer:latest
imageName: ghcr.io/martinbernstorff/functionalpython-devcontainer
cacheFrom: ghcr.io/martinbernstorff/functionalpython-devcontainer:latest
push: filter
refFilterForPush: refs/heads/main
runCmd:
Expand Down

0 comments on commit 58b9ff4

Please sign in to comment.