Use harbor

This commit is contained in:
2025-03-12 17:47:23 +01:00
parent 702cafd0ef
commit c39f34cdec
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
git.pollinger.dev/public/texlive
harbor.pollinger.dev/public/latex-build-container
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' && matrix.flavor == 'default' }}
type=raw,value=${{ matrix.flavor }},enable=${{ github.ref == 'refs/heads/main' }}
@@ -52,5 +52,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=git.pollinger.dev/public/texlive:build-cache-${{ matrix.flavor }}
cache-to: mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=git.pollinger.dev/public/texlive:build-cache-${{ matrix.flavor }}
cache-from: type=registry,ref=harbor.pollinger.dev/build-cache/latex-build-container:${{ matrix.flavor }}
cache-to: mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=harbor.pollinger.dev/build-cache/latex-build-container:${{ matrix.flavor }}