]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update docker-build-on-formal-release.yaml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 28 Sep 2022 14:54:55 +0000 (15:54 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Sep 2022 14:54:55 +0000 (15:54 +0100)
Look for literal dots and include a X.YrcZ pattern for testing

.github/workflows/docker-build-on-formal-release.yaml

index b7e8251f9ee746e5be7450fc285367c6bca5ceb3..fc698373bba569dff8cb3099c79cdfbb8f3d9bca 100644 (file)
@@ -12,9 +12,10 @@ name: Formal (X, X.Y or X.Y.Z) release tags -- docker build and push.
 on:
   push:
     tags:
-      - '[0-9]+.[0-9]+.[0-9]+'  # e.g. 8.9.0
-      - '[0-9]+.[0-9]+'  # e.g. 8.9
+      - '[0-9]+\.[0-9]+\.[0-9]+'  # e.g. 8.9.0
+      - '[0-9]+\.[0-9]+'  # e.g. 8.9
       - '[0-9]+'  # e.g. 8
+      - '[0-9]+\.[0-9]+rc[0-9]+' # e.g. 4.1rc0
 
 env:
   DOCKER_PLATFORMS: linux/386,linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7