From d72f219a1187265ac63efc7042d53bbfbcafb6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 25 Jun 2025 16:50:44 +0200 Subject: [PATCH] gha/bin-image: update tags comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- .github/workflows/bin-image.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bin-image.yml b/.github/workflows/bin-image.yml index d149e6050b..1d309fc270 100644 --- a/.github/workflows/bin-image.yml +++ b/.github/workflows/bin-image.yml @@ -58,13 +58,15 @@ jobs: ### versioning strategy ## push semver tag v23.0.0 # moby/moby-bin:23.0.0 + # moby/moby-bin:23.0 + # moby/moby-bin:23 # moby/moby-bin:latest ## push semver prerelease tag v23.0.0-beta.1 # moby/moby-bin:23.0.0-beta.1 ## push on master # moby/moby-bin:master - ## push on 23.0 branch - # moby/moby-bin:23.0 + ## push on 28.x branch + # moby/moby-bin:28.x tags: | type=semver,pattern={{version}} type=ref,event=branch