]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update docker-build-on-tag.yaml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 28 Jan 2025 06:41:53 +0000 (06:41 +0000)
committerGitHub <noreply@github.com>
Tue, 28 Jan 2025 06:41:53 +0000 (06:41 +0000)
.github/workflows/docker-build-on-tag.yaml

index 5c9187771936bcbcc5ccfe6b25f3545ed6904599..ea69aa8bbc5c6fb064989fc4fc16f3dc329cd7d5 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