Skip to content

Commit dccb53d

Browse files
authored
Create tags for OSS images on release branch (#4041)
Enables creating a tag for the OSS Docker images in release branches
1 parent d39a0a4 commit dccb53d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-oss.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
tags: |
111111
type=edge
112112
type=ref,event=pr
113+
type=ref,event=branch,enable=${{ startsWith(github.ref, 'refs/heads/release-') }}
113114
type=schedule,enable=${{ inputs.tag == '' }}
114115
type=semver,pattern={{version}}
115116
type=semver,pattern={{major}}.{{minor}}

0 commit comments

Comments
 (0)