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
6c87b8eff9
commit
4ad22a60da
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
flavor: |
|
||||
latest=auto
|
||||
latest=true
|
||||
tags: type=semver,pattern=v{{version}}
|
||||
images: ${{ github.actor }}/prometheus-qbittorrent-exporter
|
||||
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
flavor: |
|
||||
latest=auto
|
||||
latest=true
|
||||
tags: type=semver,pattern=v{{version}}
|
||||
images: ${{ github.actor }}/prometheus-qbittorrent-exporter
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user