mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #50109 from vvoland/binimage-nosha
gha/bin-image: Don't push sha tags
This commit is contained in:
3
.github/workflows/bin-image.yml
vendored
3
.github/workflows/bin-image.yml
vendored
@@ -65,13 +65,10 @@ 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
|
||||
# see https://github.com/docker/metadata-action/issues/381#issuecomment-1918607161
|
||||
|
||||
Reference in New Issue
Block a user