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 d5c7cbc commit 75db331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
type=semver,pattern=v{{version}}
type=ref,event=branch
type=sha
images: ${{ github.actor }}/prometheus-qbittorrent-exporter
images: ghcr.io/${{ github.actor }}/prometheus-qbittorrent-exporter

- name: Login to Github Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 75db331

Please sign in to comment.