Revert "ci: log in to the container registry as fmartingr" (FMG-5) #11
1 changed files with 1 additions and 5 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -18,12 +18,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
|
|
||||||
# Packages under git.nakama.town/fmartingr/ are writable only by the user
|
|
||||||
# fmartingr, so the username is fixed here: tags may be pushed by a bot
|
|
||||||
# account, and repo collaborator rights do not grant package write access.
|
|
||||||
# FORGEJO_TOKEN must therefore be a fmartingr token with write:package.
|
|
||||||
- name: Login to container registry
|
- name: Login to container registry
|
||||||
run: echo "${{ secrets.FORGEJO_TOKEN }}" | docker login git.nakama.town -u fmartingr --password-stdin
|
run: echo "${{ secrets.FORGEJO_TOKEN }}" | docker login git.nakama.town -u ${{ github.actor }} --password-stdin
|
||||||
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
run: goreleaser release --clean
|
run: goreleaser release --clean
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue