Try repository token
Build and Push Docker Image / checkout_repository (push) Failing after 5s Details

This commit is contained in:
Arnaud Delcasse 2024-03-24 20:04:50 +01:00
parent 901faeadc3
commit 8891517866
1 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,13 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Test Gitea
run: |
echo "GITEA_Actor: ${{gitea.actor}}"
echo "GITEA_Repository: ${{gitea.repository}}"
echo "GITEA_REF_NAME: ${{gitea.ref_name}}"
echo "REGISTRY_TOKEN: ${{secrets.registry_token}}"
# KANIKO
- name: Kaniko build and push
uses: aevea/action-kaniko@master
@ -29,3 +36,4 @@ jobs:
extra-args: |
ACCESS_TOKEN_USR=${{gitea.actor}}
ACCESS_TOKEN_PWD=${{gitea.token}}