test secrets
Build and Push Docker Image / checkout_repository (push) Failing after 6s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 6s
Details
This commit is contained in:
parent
fe0f6dd7f6
commit
932e5ad90f
|
@ -14,6 +14,10 @@ jobs:
|
|||
- 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
|
||||
|
|
Loading…
Reference in New Issue