diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 2a4bc92..09351f5 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -16,7 +16,7 @@ jobs: uses: https://codeberg.org/umglurf/kaniko-action@main with: credentials: | - code.r3pek.org=${{ github.repository_owner }}:${{ secrets.PUBLISH_TOKEN }} + code.r3pek.org=${{ github.actor }}:${{ secrets.PUBLISH_TOKEN }} destinations: | code.r3pek.org/${{ github.repository }}:latest push: true