Improved docker push github action

This commit is contained in:
Esteban Sánchez 2023-11-21 09:30:07 +01:00
parent 723872bc15
commit a6a4129daf
No known key found for this signature in database
GPG Key ID: 9342C91BA286AB16

View File

@ -25,6 +25,9 @@ jobs:
with: with:
flavor: | flavor: |
latest=auto latest=auto
tags: |
# minimal
type=pep440,pattern=v{{version}}
images: ${{ secrets.REGISTRY_USERNAME }}/prometheus-qbittorrent-exporter images: ${{ secrets.REGISTRY_USERNAME }}/prometheus-qbittorrent-exporter
- name: Login to DockerHub - name: Login to DockerHub
@ -46,6 +49,9 @@ jobs:
with: with:
flavor: | flavor: |
latest=auto latest=auto
tags: |
# minimal
type=pep440,pattern=v{{version}}
images: ${{ secrets.REGISTRY_USERNAME }}/prometheus-qbittorrent-exporter images: ${{ secrets.REGISTRY_USERNAME }}/prometheus-qbittorrent-exporter
- name: Login to Github Container Registry - name: Login to Github Container Registry