We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de7a50 commit 6f83193Copy full SHA for 6f83193
1 file changed
.github/workflows/build-docker-image.yml
@@ -38,4 +38,4 @@ jobs:
38
platforms: linux/amd64,linux/arm64
39
push: true
40
tags: |
41
- ghcr.io/moritz-deiaco/linkrouter:latest,ghcr.io/moritz-deiaco/linkrouter:v${{ github.run_number }}
+ ghcr.io/${{ github.repository_owner }}/linkrouter:latest,ghcr.io/${{ github.repository_owner }}/linkrouter:v${{ github.run_number }}
0 commit comments