test secrets
Build and Push Docker Image / checkout_repository (push) Failing after 5s Details

This commit is contained in:
Nicolas CARON 2024-03-22 13:49:19 +01:00
parent 3fa71d8b2e
commit 6ca42da674
1 changed files with 1 additions and 1 deletions

View File

@ -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=${{secrets.GITEA_TOKEN}}" echo "ACCESS_TOKEN_PWD=${{gitea.token}}"
# KANIKO # KANIKO
- name: Kaniko build and push - name: Kaniko build and push