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 234a4cf commit d5c7cbc
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 @@ -27,7 +27,7 @@ jobs:
latest=true
tags: |
type=semver,pattern=v{{version}}
type=ref,event=push
type=ref,event=branch
type=sha
images: ${{ github.actor }}/prometheus-qbittorrent-exporter

Expand All @@ -53,7 +53,7 @@ jobs:
latest=true
tags: |
type=semver,pattern=v{{version}}
type=ref,event=push
type=ref,event=branch
type=sha
images: ${{ github.actor }}/prometheus-qbittorrent-exporter

Expand Down

0 comments on commit d5c7cbc

Please sign in to comment.