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:
parent
e6534b4eb7
commit
b2d63d17af
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user