Skip to content

Commit

Permalink
fix: use context var instead of hardcoding
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 committed Feb 20, 2023
1 parent 7826662 commit cf7593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Docker Run
run: docker run -t -v ${{ github.workspace }}:/src -w /src todogroup/repolinter:latest .
run: docker run -t -v ${{ github.workspace }}:/src -w /src ${{ github.repository }}:latest .

publish-release:
name: Publish a Release
Expand Down

0 comments on commit cf7593c

Please sign in to comment.