Improved docker push github action

This commit is contained in:
Esteban Sánchez
2023-11-21 10:02:05 +01:00
parent 6c87b8eff9
commit 4ad22a60da

View File

@@ -24,7 +24,7 @@ jobs:
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
flavor: | flavor: |
latest=auto latest=true
tags: type=semver,pattern=v{{version}} tags: type=semver,pattern=v{{version}}
images: ${{ github.actor }}/prometheus-qbittorrent-exporter images: ${{ github.actor }}/prometheus-qbittorrent-exporter
@@ -47,7 +47,7 @@ jobs:
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
flavor: | flavor: |
latest=auto latest=true
tags: type=semver,pattern=v{{version}} tags: type=semver,pattern=v{{version}}
images: ${{ github.actor }}/prometheus-qbittorrent-exporter images: ${{ github.actor }}/prometheus-qbittorrent-exporter