test secrets
Build and Push Docker Image / checkout_repository (push) Successful in 5s Details

This commit is contained in:
Nicolas CARON 2024-03-22 15:02:03 +01:00
parent 4f3b3b12b3
commit 9fe3d6b6bc
1 changed files with 2 additions and 1 deletions

View File

@ -18,8 +18,9 @@ jobs:
run: | run: |
echo "GITEA_Actor: ${{gitea.actor}}" echo "GITEA_Actor: ${{gitea.actor}}"
echo "GITEA_Repository: ${{gitea.repository}}" echo "GITEA_Repository: ${{gitea.repository}}"
echo "GITEA_REF: ${{gitea.ref}}"
echo "GITEA_REF_NAME: ${{gitea.ref_name}}" echo "GITEA_REF_NAME: ${{gitea.ref_name}}"
echo "GITEA_Action: ${{gitea.action}}"
echo "GITEA_Action_ref: ${{gitea.action_ref}}"
# KANIKO # KANIKO
# - name: Kaniko build and push # - name: Kaniko build and push