Skip to content

Commit

Permalink
Create tags for OSS images on release branch (#4041)
Browse files Browse the repository at this point in the history
Enables creating a tag for the OSS Docker images in release branches
  • Loading branch information
lucacome authored Jun 22, 2023
1 parent d39a0a4 commit dccb53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
tags: |
type=edge
type=ref,event=pr
type=ref,event=branch,enable=${{ startsWith(github.ref, 'refs/heads/release-') }}
type=schedule,enable=${{ inputs.tag == '' }}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit dccb53d

Please sign in to comment.