]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Mark Docker images as release candidates.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 13 Feb 2026 15:43:19 +0000 (15:43 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 13 Feb 2026 15:43:19 +0000 (15:43 +0000)
.github/workflows/docker-on-push-tag-or-pr.yaml

index 953d439428d3b0b032aaad9f78b9e835613cfaff..72f6cb99369c2cba19fdbab54eb477e20c5e99ef 100644 (file)
@@ -39,12 +39,12 @@ jobs:
         include:
           - name: classic
             dockerfile: ./docker/classic/Dockerfile
-            tag_suffix: "-classic-rc"
+            tag_suffix: "-classic-rc0"
             build_args: |
               SHAIRPORT_SYNC_BRANCH=.
           - name: main
             dockerfile: ./docker/Dockerfile
-            tag_suffix: "-rc"
+            tag_suffix: "-rc0"
             build_args: |
               SHAIRPORT_SYNC_BRANCH=.
               NQPTP_BRANCH=${{ needs.docker-vars.outputs.nqptp_branch }}