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