update metadata

This commit is contained in:
mauwii 2023-02-06 19:58:48 +01:00
parent 09b6f7572b
commit 8242fc8bad
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -43,15 +43,15 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
images: ghcr.io/${{ github.repository }}
tags: |
type=ref,event=branch,suffix=-${{ matrix.flavor }}
type=ref,event=branch
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha,enable=true,prefix=sha-,suffix=-${{ matrix.flavor}},format=short
type=sha,enable=true,prefix=sha-,format=short
flavor: |
latest=${{ matrix.flavor == 'cuda' && github.ref == 'refs/heads/main' }}
suffix=-${{ matrix.flavor }},onlatest=false
- name: Set up QEMU
uses: docker/setup-qemu-action@v2