test secrets
Build and Push Docker Image / checkout_repository (push) Successful in 1m36s Details

This commit is contained in:
Nicolas CARON 2024-03-22 13:32:09 +01:00
parent 8663a8b400
commit c1c89c637c
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ jobs:
- name: Debug secrets
run: |
echo "DOCKER_USERNAME: ${{ secrets.GIT_USERNAME }}"
echo "DOCKER_PASSWORD: ${{ secrets.GIT_PWD }}"
echo "DOCKER_USERNAME: ${{ gitea.actor }}"
echo "DOCKER_PASSWORD: ${{ secrets.GITEA_TOKEN }}"
# KANIKO
- name: Kaniko build and push