Improved docker push github action

This commit is contained in:
Esteban Sánchez 2023-11-21 10:32:06 +01:00
parent d5c7cbc4a9
commit 75db331c55
No known key found for this signature in database
GPG Key ID: 9342C91BA286AB16

View File

@ -55,7 +55,7 @@ jobs:
type=semver,pattern=v{{version}}
type=ref,event=branch
type=sha
images: ${{ github.actor }}/prometheus-qbittorrent-exporter
images: ghcr.io/${{ github.actor }}/prometheus-qbittorrent-exporter
- name: Login to Github Container Registry
uses: docker/login-action@v3