gha/bin-image: Don't push sha tags

This change eliminates the automatic creation of image tags in the
format `dockereng/cli-bin:sha-ad132f5` for every push.

They're not too useful, produce noise and use a lot of space.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski 2025-05-30 12:00:29 +02:00
parent e6534b4eb7
commit b2d63d17af
No known key found for this signature in database
GPG Key ID: B85EFCFE26DEF92A

View File

@ -121,7 +121,6 @@ jobs:
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr
type=sha
-
name: Build and push image
uses: docker/bake-action@v6