We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5c004 commit 3a677bfCopy full SHA for 3a677bf
.github/workflows/docker.yml
@@ -98,4 +98,4 @@ jobs:
98
push: true
99
tags: |
100
docker.io/${{ secrets.DOCKER_USERNAME }}/solar-system:${{ github.sha }}
101
- ghcr.io/${{ secrets.DOCKER_USERNAME }}/solar-system:${{ github.sha }}
+ ghcr.io/${{ github.repository_owner }}/solar-system:${{ github.sha }}
0 commit comments