test secrets
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 5s
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 5s
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -16,8 +16,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Test Variables
|
- name: Test Variables
|
||||||
run:
|
run:
|
||||||
echo "USER:${{github.actor}}"
|
echo "USER:${{env.USER}}"
|
||||||
echo "PASS:${{secrets.GITHUB_TOKEN}}"
|
echo "PASS:${{env.PASSWORD}}"
|
||||||
|
env:
|
||||||
|
USER: ${{github.actor}}
|
||||||
|
PASSWORD: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
# KANIKO
|
# KANIKO
|
||||||
- name: Kaniko build and push
|
- name: Kaniko build and push
|
||||||
|
|||||||
Reference in New Issue
Block a user