Skip to content

Commit 53f1adf

Browse files
committed
use registry user name for image full name
1 parent 98f826b commit 53f1adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/newRelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
username: ${{ secrets.REGISTRY_USER }}
1818
password: ${{ secrets.REGISTRY_TOKEN }}
1919
dockerfile: Dockerfile
20-
repository: ${{ github.event.repository.full_name }}
20+
repository: ${{ secrets.REGISTRY_USER }}/${{ github.event.repository.name }}
2121
tag_with_ref: true
2222
tag_with_sha: true
2323

0 commit comments

Comments
 (0)