Skip to content

Commit

Permalink
[release-2.12] Support building Docker image with major version tag (#…
Browse files Browse the repository at this point in the history
…5310)

This is an automated cherry-pick of #5304

/assign JohnNiang

```release-note
None
```
  • Loading branch information
halo-dev-bot authored Feb 2, 2024
1 parent e85a55e commit a1e1c91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/docker-buildx-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ runs:
type=schedule,pattern=nightly-{{date 'YYYYMMDD'}},enabled=${{ github.event_name == 'schedule' }}
type=ref,event=branch,enabled=${{ github.event_name == 'push' }}
type=ref,event=pr,enabled=${{ github.event_name == 'pull_request' }}
type=semver,pattern={{ version }}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{ version }}
type=sha,enabled=${{ github.event_name == 'push' }}
flavor: |
latest=false
Expand Down

0 comments on commit a1e1c91

Please sign in to comment.