1
0
mirror of synced 2026-08-05 15:06:54 +00:00

devops: simplify Docker publishing (#1481)

This commit is contained in:
Max Schmitt
2024-02-09 14:54:18 +01:00
committed by GitHub
parent dbe1d30feb
commit e26a2710bd
3 changed files with 4 additions and 37 deletions
-6
View File
@@ -29,11 +29,6 @@ else
exit 1
fi
if [[ -z "${GITHUB_SHA}" ]]; then
echo "ERROR: GITHUB_SHA env variable must be specified"
exit 1
fi
FOCAL_TAGS=(
"next-focal"
)
@@ -46,7 +41,6 @@ fi
JAMMY_TAGS=(
"next"
"next-jammy"
"sha-${GITHUB_SHA}"
)
if [[ "$RELEASE_CHANNEL" == "stable" ]]; then