Skip to content

Commit

Permalink
Use explicit namespace name
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Aug 25, 2024
1 parent a950e9f commit 43158cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: 'Push image to GitHub Container Registry'
run: docker push ghcr.io/${{github.repository}}/pyapriltags:$(git describe --tags --always)
run: docker push ghcr.io/willb97/pyapriltags/pyapriltags:$(git describe --tags --always)

0 comments on commit 43158cd

Please sign in to comment.