ci(bin-image): add SHA-based tags
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
This commit is contained in:
parent
93e65a2a6c
commit
ecfa4f5866
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