test secrets
All checks were successful
Build and Push Docker Image / checkout_repository (push) Successful in 1m17s

This commit is contained in:
2024-03-22 14:51:46 +01:00
parent b9f3c0e074
commit 461f5d1f5f

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