mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
ci(bin-image): add SHA-based tags
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user