Fix registry name.
This commit is contained in:
parent
29f676404c
commit
db8147eb44
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -30,4 +30,4 @@ jobs:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- name: Push with Gradle
|
- name: Push with Gradle
|
||||||
run: ./gradlew -Pdocker.registry=ghcr.io pushContainer
|
run: ./gradlew -Pdocker.registry=ghcr.io/${{ github.actor }} pushContainer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue