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 104ae0a commit ecc88bd
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 @@ -81,7 +81,7 @@ jobs:
- name: Docker Build
uses: docker/build-push-action@v2
with:
tags: todogroup/repolinter:latest
tags: ${{ github.repository }}:latest
load: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
Expand Down

0 comments on commit ecc88bd

Please sign in to comment.