Skip to content

Commit

Permalink
fix github context usage related to issue #152
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 20, 2022
1 parent 3a85c3e commit 4c86560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: overtrue/phplint:${{ github.base_ref }}
tags: overtrue/phplint:${{ github.ref_name }}

0 comments on commit 4c86560

Please sign in to comment.