]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update docker-build-on-tag.yaml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 31 Jan 2025 14:07:40 +0000 (14:07 +0000)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 14:07:40 +0000 (14:07 +0000)
.github/workflows/docker-build-on-tag.yaml

index 03e63ba605ea068ec77a3069902e7ef4edcac877..861fb0f89b5942aa7e971548a227ce9c6791c0fb 100644 (file)
@@ -9,11 +9,11 @@ name: Build and push docker (tag)
 
 on:
   workflow_dispatch:
-  push:
-    tags:
-      - '[0-9]+'                 # X
-      - '[0-9]+\.[0-9]+'         # X.Y
-      - '[0-9]+\.[0-9]+\.[0-9]+' # X.Y.Z
+  push:
+    tags:
+      - '[0-9]+'                 # X
+      - '[0-9]+\.[0-9]+'         # X.Y
+      - '[0-9]+\.[0-9]+\.[0-9]+' # X.Y.Z
 
 env:
   DOCKER_PLATFORMS: linux/386,linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7