mirror of
https://github.com/NohamR/prometheus-qbittorrent-exporter.git
synced 2025-05-24 14:32:27 +00:00
Improved docker push github action
This commit is contained in:
parent
4ad22a60da
commit
234a4cfffa
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@ -25,7 +25,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=true
|
latest=true
|
||||||
tags: type=semver,pattern=v{{version}}
|
tags: |
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=ref,event=push
|
||||||
|
type=sha
|
||||||
images: ${{ github.actor }}/prometheus-qbittorrent-exporter
|
images: ${{ github.actor }}/prometheus-qbittorrent-exporter
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
@ -48,7 +51,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=true
|
latest=true
|
||||||
tags: type=semver,pattern=v{{version}}
|
tags: |
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=ref,event=push
|
||||||
|
type=sha
|
||||||
images: ${{ github.actor }}/prometheus-qbittorrent-exporter
|
images: ${{ github.actor }}/prometheus-qbittorrent-exporter
|
||||||
|
|
||||||
- name: Login to Github Container Registry
|
- name: Login to Github Container Registry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user