]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
[Docker]: Tag alpine master as latest
authorFlole <Flole998@users.noreply.github.com>
Thu, 15 May 2025 13:19:04 +0000 (15:19 +0200)
committerFlole <Flole998@users.noreply.github.com>
Thu, 15 May 2025 19:00:01 +0000 (21:00 +0200)
.github/workflows/container-build.yaml

index cbd2e40726ac70e4cc3cb4fd8854a352ec78cb65..0e3d14f368becd362aa4f0b24eaeefab161b01b6 100644 (file)
@@ -28,7 +28,7 @@ jobs:
             autotag: false
             suffix: -debian
           - container: Containerfile.alpine
-            autotag: auto
+            autotag: ${{ github.ref == 'refs/heads/master' && 'true' || 'auto' }}
 
     steps:
       - name: Checkout repository