Merge pull request #45944 from neersighted/moby-bin-tags
ci(bin-image): add SHA-based tags
This commit is contained in:
commit
06b991f48f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/bin-image.yml
vendored
3
.github/workflows/bin-image.yml
vendored
|
@ -50,10 +50,13 @@ jobs:
|
|||
# moby/moby-bin:master
|
||||
## push on 23.0 branch
|
||||
# moby/moby-bin:23.0
|
||||
## any push
|
||||
# moby/moby-bin:sha-ad132f5
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=sha
|
||||
-
|
||||
name: Rename meta bake definition file
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue