mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #50267 from vvoland/gha-tags-fixcomment
gha/bin-image: update tags comment
This commit is contained in:
6
.github/workflows/bin-image.yml
vendored
6
.github/workflows/bin-image.yml
vendored
@@ -58,13 +58,15 @@ jobs:
|
||||
### versioning strategy
|
||||
## push semver tag v23.0.0
|
||||
# moby/moby-bin:23.0.0
|
||||
# moby/moby-bin:23.0
|
||||
# moby/moby-bin:23
|
||||
# moby/moby-bin:latest
|
||||
## push semver prerelease tag v23.0.0-beta.1
|
||||
# moby/moby-bin:23.0.0-beta.1
|
||||
## push on master
|
||||
# moby/moby-bin:master
|
||||
## push on 23.0 branch
|
||||
# moby/moby-bin:23.0
|
||||
## push on 28.x branch
|
||||
# moby/moby-bin:28.x
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=ref,event=branch
|
||||
|
||||
Reference in New Issue
Block a user