Use the actual user who commited to push
All checks were successful
Build docker image / build-and-publish (push) Successful in 4m29s
All checks were successful
Build docker image / build-and-publish (push) Successful in 4m29s
This commit is contained in:
parent
aa810b33e8
commit
870d00529e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
uses: https://codeberg.org/umglurf/kaniko-action@main
|
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||||
with:
|
with:
|
||||||
credentials: |
|
credentials: |
|
||||||
code.r3pek.org=${{ github.repository_owner }}:${{ secrets.PUBLISH_TOKEN }}
|
code.r3pek.org=${{ github.actor }}:${{ secrets.PUBLISH_TOKEN }}
|
||||||
destinations: |
|
destinations: |
|
||||||
code.r3pek.org/${{ github.repository }}:latest
|
code.r3pek.org/${{ github.repository }}:latest
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue