ci: document which image tags need to be bumped when updating {alpine,debian,fedora}/x86_64

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25120>
This commit is contained in:
Eric Engestrom
2023-08-04 18:30:53 +01:00
committed by Marge Bot
parent c1990cdb00
commit 21fa677712
3 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
#!/usr/bin/env bash
# shellcheck disable=SC1091
# When changing this file, you need to bump the following
# .gitlab-ci/image-tags.yml tags:
# FEDORA_X86_64_BUILD_TAG
set -e
set -o xtrace