Try repository token
Build and Push Docker Image / checkout_repository (push) Failing after 5s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 5s
Details
This commit is contained in:
parent
901faeadc3
commit
8891517866
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue