From 6c3aae5f764a7569a8efb979c8435644ef1f3a68 Mon Sep 17 00:00:00 2001 From: volodymyrskliar Date: Tue, 15 Sep 2026 18:01:45 +0200 Subject: [PATCH] Update comments in build_and_release_gar.yaml --- .github/workflows/build_and_release_gar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release_gar.yaml b/.github/workflows/build_and_release_gar.yaml index d1a7186..ef22b2d 100644 --- a/.github/workflows/build_and_release_gar.yaml +++ b/.github/workflows/build_and_release_gar.yaml @@ -4,7 +4,7 @@ name: Build and Release Runner Image (EU dev GAR) # builds of all three variants to the EU dev GAR mirror only — Docker # Hub and the US production mirror are never touched here (production # is reserved for the release.yaml workflow). -# + # Tags are derived from the PR source branch, lower-cased and prefixed # with `branch-` so they cannot collide with the semver release tags # produced by release.yaml. Example: branch `0.2.0` → `branch-0.2.0`,