diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 10f9309..2112cd0 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -30,7 +30,7 @@ jobs: images: ${{ env.GAR }}/${{ env.GCP_Project_ID }}/${{ env.Project }}/${{ github.head_ref && 'feature' || github.ref_name }} flavor: latest=false tags: | - type=sha,suffix=-{{sha}},event=branch + type=sha,event=branch type=ref,suffix=-{{sha}},event=pr type=ref,event=tag