Skip to content

Commit

Permalink
Improved docker push github action
Browse files Browse the repository at this point in the history
  • Loading branch information
esanchezm committed Nov 21, 2023
1 parent 6c87b8e commit 4ad22a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 4ad22a6

Please sign in to comment.