Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_gar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down
Loading