Skip to content

Commit

Permalink
ci: add tag_override for pytest on push
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 22, 2023
1 parent 2b5b7b1 commit f66cd0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
image_name: ghcr.io/${{ github.repository }}
build_args: |
COMMIT_REF=${{ github.sha }}
tag_override: ${{ github.event_name == 'push' && 'ci' || '' }}

0 comments on commit f66cd0c

Please sign in to comment.