test secrets
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
3fa71d8b2e
commit
6ca42da674
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Set username and password env
|
||||
run:
|
||||
echo "ACCESS_TOKEN_USR=${{gitea.actor}}"
|
||||
echo "ACCESS_TOKEN_PWD=${{secrets.GITEA_TOKEN}}"
|
||||
echo "ACCESS_TOKEN_PWD=${{gitea.token}}"
|
||||
|
||||
# KANIKO
|
||||
- name: Kaniko build and push
|
||||
|
|
Loading…
Reference in New Issue