Skip to content

Commit

Permalink
Merge pull request #14 from StackEng/vakil/ASCN-357-pr-tag
Browse files Browse the repository at this point in the history
ASCN-357:  Fix pr tag on main builds
  • Loading branch information
stephen-vakil authored Oct 25, 2024
2 parents efeda64 + 1c013be commit ea12302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
tags: |
type=sha,priority=100
${{ inputs.version }},priority=1
${{ github.ref_name == 'main' && '' || format('pr-{0}', github.event.pull_request.number) }}
type=ref,event=pr
flavor: latest=false

- name: Login to Docker Registry - prod
Expand Down

0 comments on commit ea12302

Please sign in to comment.