Skip to content

Commit c983c60

Browse files
committed
Extract a docker tag when CI is trigger by pull request
1 parent e25ac8e commit c983c60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
tags: |
8383
type=semver,pattern={{version}}
8484
type=ref,event=branch,enable={{is_not_default_branch}}
85+
type=ref,event=pr,enable={{is_not_default_branch}}
8586
type=raw,value=latest,enable={{is_default_branch}}
8687
8788
- name: Build and push image

0 commit comments

Comments
 (0)