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:43:50 +01:00
parent 0c34321400
commit ff11bd78b0
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=${{secret.GITEA_TOKEN}}" echo "ACCESS_TOKEN_PWD=${{secrets.GITEA_TOKEN}}"
# KANIKO # KANIKO
- name: Kaniko build and push - name: Kaniko build and push