Skip to content

Commit b2d63d1

Browse files
committed
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>
1 parent e6534b4 commit b2d63d1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
type=semver,pattern={{version}}
122122
type=ref,event=branch
123123
type=ref,event=pr
124-
type=sha
125124
-
126125
name: Build and push image
127126
uses: docker/bake-action@v6

0 commit comments

Comments
 (0)