From 404f29c42d60e0d1d12676b10a814d0cf6ca1035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 30 May 2025 11:43:05 +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 `moby/moby-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/bin-image.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/bin-image.yml b/.github/workflows/bin-image.yml index 7bdfaf106d..7ea775719e 100644 --- a/.github/workflows/bin-image.yml +++ b/.github/workflows/bin-image.yml @@ -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