test secrets
Build and Push Docker Image / checkout_repository (push) Successful in 5s
Details
Build and Push Docker Image / checkout_repository (push) Successful in 5s
Details
This commit is contained in:
parent
4f3b3b12b3
commit
9fe3d6b6bc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue