Skip to content

Commit 2a3fb38

Browse files
committed
Extract a docker tag when CI is triggered by a pull request
1 parent edda0cd commit 2a3fb38

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)