mirror of
https://github.com/NohamR/prometheus-qbittorrent-exporter.git
synced 2025-05-24 00:59:28 +00:00
Improved docker push github action
This commit is contained in:
parent
723872bc15
commit
a6a4129daf
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user