Merge pull request #50109 from vvoland/binimage-nosha

gha/bin-image: Don't push sha tags
This commit is contained in:
Akihiro Suda
2025-05-31 15:52:08 +09:00
committed by GitHub

View File

@@ -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