Use the actual user who commited to push
All checks were successful
Build docker image / build-and-publish (push) Successful in 4m29s

This commit is contained in:
Carlos Mogas da Silva 2024-12-03 18:35:24 +00:00
parent aa810b33e8
commit 870d00529e

View file

@ -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