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
c91fbccf34
commit
7e2210e5cc
|
@ -16,8 +16,11 @@ jobs:
|
|||
|
||||
- name: Test Variables
|
||||
run:
|
||||
echo "USER:${{github.actor}}"
|
||||
echo "PASS:${{secrets.GITHUB_TOKEN}}"
|
||||
echo "USER:${{env.USER}}"
|
||||
echo "PASS:${{env.PASSWORD}}"
|
||||
env:
|
||||
USER: ${{github.actor}}
|
||||
PASSWORD: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
# KANIKO
|
||||
- name: Kaniko build and push
|
||||
|
|
Loading…
Reference in New Issue