Skip to content

Commit

Permalink
test image name
Browse files Browse the repository at this point in the history
  • Loading branch information
benjick committed Jun 23, 2024
1 parent 4473137 commit 53a814b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker image
run: docker build -t ghcr.io/${{ github.repository }}/prowlarr-proxy:latest .
run: docker build -t ghcr.io/${{ github.repository }}:latest .

- name: Push Docker image
run: docker push ghcr.io/${{ github.repository }}/prowlarr-proxy:latest
run: docker push ghcr.io/${{ github.repository }}:latest

0 comments on commit 53a814b

Please sign in to comment.