test secrets
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 6s
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 6s
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -13,7 +13,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: Debug secrets
|
||||
run: |
|
||||
echo "DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}"
|
||||
echo "DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}"
|
||||
|
||||
# KANIKO
|
||||
- name: Kaniko build and push
|
||||
|
||||
Reference in New Issue
Block a user