From: Flole Date: Thu, 15 May 2025 13:19:04 +0000 (+0200) Subject: [Docker]: Tag alpine master as latest X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03272650dd6cc071163baeb03182bb77c249f024;p=thirdparty%2Ftvheadend.git [Docker]: Tag alpine master as latest --- diff --git a/.github/workflows/container-build.yaml b/.github/workflows/container-build.yaml index cbd2e4072..0e3d14f36 100644 --- a/.github/workflows/container-build.yaml +++ b/.github/workflows/container-build.yaml @@ -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