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

View File

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