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

This commit is contained in:
Nicolas CARON 2024-03-22 14:51:46 +01:00
parent b9f3c0e074
commit 461f5d1f5f
1 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,18 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Test Gitea
run: |
echo "GITEA_Actor: ${{gitea.actor}}"
echo "GITEA_Repository: ${{gitea.repository}}"
echo "GITEA_Workspace: ${{gitea.workspace}}"
echo "GITEA_SHA: ${{gitea.sha}}"
echo "GITEA_REF: ${{gitea.ref}}"
echo "GITEA_EVENT: ${{gitea.event}}"
echo "GITEA_BASE_REF: ${{gitea.base_ref}}"
# KANIKO
- name: Kaniko build and push
uses: aevea/action-kaniko@master