Skip to content

Commit 42acc6b

Browse files
authored
Merge pull request lllyasviel#255 from ayan4m1/fix/github-runner-free-space
Add username to image name in GHCR publishes
2 parents 4428048 + 4e0b765 commit 42acc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
commit_sha: ${{ github.sha }}
3131
username: ${{ github.actor }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
33-
image_name: fp-studio
33+
image_name: ${{ github.repository_owner }}/fp-studio
3434
cuda_version: ${{ matrix.cuda-version }}
3535
cleanup:
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)