We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f826b commit 53f1adfCopy full SHA for 53f1adf
.github/workflows/newRelease.yml
@@ -17,7 +17,7 @@ jobs:
17
username: ${{ secrets.REGISTRY_USER }}
18
password: ${{ secrets.REGISTRY_TOKEN }}
19
dockerfile: Dockerfile
20
- repository: ${{ github.event.repository.full_name }}
+ repository: ${{ secrets.REGISTRY_USER }}/${{ github.event.repository.name }}
21
tag_with_ref: true
22
tag_with_sha: true
23
0 commit comments