@@ -165,7 +165,6 @@ jobs:
165165 platforms : linux/amd64
166166 push : true
167167 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-baseimage-amd64
168- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
169168 cache-from : |
170169 type=registry,ref=${{ env.GHCR_REPO }}:cache-baseimage-amd64-${{ needs.get-version.outputs.image-tag-prefix }}
171170 type=registry,ref=${{ env.GHCR_REPO }}:cache-baseimage-amd64-main
@@ -204,7 +203,6 @@ jobs:
204203 platforms : linux/arm64
205204 push : true
206205 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-baseimage-arm64
207- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
208206 cache-from : |
209207 type=registry,ref=${{ env.GHCR_REPO }}:cache-baseimage-arm64-${{ needs.get-version.outputs.image-tag-prefix }}
210208 type=registry,ref=${{ env.GHCR_REPO }}:cache-baseimage-arm64-main
@@ -319,7 +317,6 @@ jobs:
319317 platforms : linux/amd64
320318 push : true
321319 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-core-amd64
322- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
323320 build-args : |
324321 BASEIMAGE=${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-baseimage-amd64
325322 VERSION=${{ needs.get-version.outputs.version }}
@@ -363,7 +360,6 @@ jobs:
363360 platforms : linux/arm64
364361 push : true
365362 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-core-arm64
366- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
367363 build-args : |
368364 BASEIMAGE=${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-baseimage-arm64
369365 VERSION=${{ needs.get-version.outputs.version }}
@@ -480,7 +476,6 @@ jobs:
480476 platforms : linux/amd64
481477 push : true
482478 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-assemble-amd64
483- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
484479 build-args : |
485480 BASEIMAGE=${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-core-amd64
486481 VERSION=${{ needs.get-version.outputs.version }}
@@ -524,7 +519,6 @@ jobs:
524519 platforms : linux/arm64
525520 push : true
526521 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-assemble-arm64
527- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
528522 build-args : |
529523 BASEIMAGE=${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-core-arm64
530524 VERSION=${{ needs.get-version.outputs.version }}
@@ -641,7 +635,6 @@ jobs:
641635 platforms : linux/amd64
642636 push : true
643637 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-classify-amd64
644- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
645638 build-args : |
646639 BASEIMAGE=${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-core-amd64
647640 VERSION=${{ needs.get-version.outputs.version }}
@@ -685,7 +678,6 @@ jobs:
685678 platforms : linux/arm64
686679 push : true
687680 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-classify-arm64
688- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
689681 build-args : |
690682 BASEIMAGE=${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-core-arm64
691683 VERSION=${{ needs.get-version.outputs.version }}
@@ -802,7 +794,6 @@ jobs:
802794 platforms : linux/amd64
803795 push : true
804796 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-phylo-amd64
805- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
806797 build-args : |
807798 BASEIMAGE=${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-core-amd64
808799 VERSION=${{ needs.get-version.outputs.version }}
@@ -846,7 +837,6 @@ jobs:
846837 platforms : linux/arm64
847838 push : true
848839 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-phylo-arm64
849- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
850840 build-args : |
851841 BASEIMAGE=${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-core-arm64
852842 VERSION=${{ needs.get-version.outputs.version }}
@@ -963,7 +953,6 @@ jobs:
963953 platforms : linux/amd64
964954 push : true
965955 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-mega-amd64
966- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
967956 build-args : |
968957 BASEIMAGE=${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-core-amd64
969958 VERSION=${{ needs.get-version.outputs.version }}
@@ -1007,7 +996,6 @@ jobs:
1007996 platforms : linux/arm64
1008997 push : true
1009998 tags : ${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-mega-arm64
1010- labels : ${{ github.ref_type == 'branch' && github.ref_name != 'main' && 'quay.expires-after=10w' || '' }}
1011999 build-args : |
10121000 BASEIMAGE=${{ env.GHCR_REPO }}:${{ needs.get-version.outputs.image-tag-prefix }}-core-arm64
10131001 VERSION=${{ needs.get-version.outputs.version }}
0 commit comments