ci: publish to docker hub

This commit is contained in:
martabal 2024-01-10 13:49:12 +01:00
parent bd5c47c7fc
commit 560a8c093c
No known key found for this signature in database
GPG key ID: C00196E3148A52BD

View file

@ -30,6 +30,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ github.repository_owner }}/${{ github.event.repository.name }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
tags: |
type=raw,value=latest,enable=${{ github.event_name == 'release' }}