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:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -14,6 +14,11 @@ jobs:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Test Variables
|
||||
run:
|
||||
echo "${{github.actor}}"
|
||||
echo "${{secrets.GITHUB_TOKEN}}"
|
||||
|
||||
# KANIKO
|
||||
- name: Kaniko build and push
|
||||
uses: aevea/action-kaniko@master
|
||||
|
||||
Reference in New Issue
Block a user