Rename token
This commit is contained in:
parent
d19cfcbb0e
commit
392729c2d4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
|
|
||||||
- name: Log into Forgejo registry
|
- name: Log into Forgejo registry
|
||||||
if: forgejo.event_name != 'pull_request'
|
if: forgejo.event_name != 'pull_request'
|
||||||
run: echo "${{ secrets.FORGEJO_TOKEN }}" | docker login "${{ steps.registry.outputs.host }}" -u "${{ forgejo.actor }}" --password-stdin
|
run: echo "${{ secrets.FORGEJO_PACKAGE_TOKEN }}" | docker login "${{ steps.registry.outputs.host }}" -u "${{ forgejo.actor }}" --password-stdin
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue