Skip to content

Commit f957391

Browse files
committed
fix pr tag
1 parent e9d153d commit f957391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.ecr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
latest=false
6262
tags: |
6363
type=ref,event=branch,branch=main,suffix=-${{ steps.vars.outputs.sha_short }}-${{ steps.vars.outputs.timestamp }}
64+
type=ref,event=pr,suffix=-${{ steps.vars.outputs.sha_short }}-${{ steps.vars.outputs.timestamp }}
6465
type=pep440,pattern={{raw}}
65-
type=ref,event=pr
6666
6767
- name: Set up QEMU
6868
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)