1
0
mirror of synced 2026-08-31 11:44:27 +00:00

devops: fix Docker publishing 2

This commit is contained in:
Max Schmitt
2022-03-04 00:05:14 +01:00
parent d423733d9d
commit 00d53bd1ea
+1 -1
View File
@@ -14,7 +14,7 @@ PW_VERSION="${TAG_NAME#v}"
RELEASE_CHANNEL="$1"
if [[ "${RELEASE_CHANNEL}" == "stable" ]]; then
if [[ ! "${PW_VERSION}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]];
if [[ ! "${PW_VERSION}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "ERROR: cannot publish stable docker with Playwright version '${PW_VERSION}'"
exit 1
fi