test secrets
Build and Push Docker Image / checkout_repository (push) Failing after 5s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 5s
Details
This commit is contained in:
parent
597e01d290
commit
c91fbccf34
|
@ -16,8 +16,8 @@ jobs:
|
||||||
|
|
||||||
- name: Test Variables
|
- name: Test Variables
|
||||||
run:
|
run:
|
||||||
echo "${{github.actor}}"
|
echo "USER:${{github.actor}}"
|
||||||
echo "${{secrets.GITHUB_TOKEN}}"
|
echo "PASS:${{secrets.GITHUB_TOKEN}}"
|
||||||
|
|
||||||
# KANIKO
|
# KANIKO
|
||||||
- name: Kaniko build and push
|
- name: Kaniko build and push
|
||||||
|
|
Loading…
Reference in New Issue