From b2d63d17afb8705e71fe74c3354b5a0afd9c4332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 30 May 2025 12:00:29 +0200 Subject: [PATCH] gha/bin-image: Don't push sha tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fd0bcb378..abb9bfe2f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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