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
932e5ad90f
commit
dfd1c964d7
|
@ -16,8 +16,8 @@ jobs:
|
||||||
|
|
||||||
- name: Debug secrets
|
- name: Debug secrets
|
||||||
run: |
|
run: |
|
||||||
echo "DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}"
|
echo "DOCKER_USERNAME: ${{ secrets.GIT_USERNAME }}"
|
||||||
echo "DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}"
|
echo "DOCKER_PASSWORD: ${{ secrets.GIT_PWD }}"
|
||||||
|
|
||||||
# KANIKO
|
# KANIKO
|
||||||
- name: Kaniko build and push
|
- name: Kaniko build and push
|
||||||
|
@ -25,15 +25,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
build_file: Dockerfile
|
build_file: Dockerfile
|
||||||
registry: git.coopgo.io
|
registry: git.coopgo.io
|
||||||
username: "${{secrets.DOCKER_USERNAME}}"
|
username: "${{secrets.GIT_USERNAME}}"
|
||||||
password: "${{secrets.DOCKER_PASSWORD}}"
|
password: "${{secrets.GIT_PWD}}"
|
||||||
image: coopgo-platform/mobility-accounts
|
image: coopgo-platform/mobility-accounts
|
||||||
tag: test
|
tag: test
|
||||||
cache: true
|
cache: true
|
||||||
cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache
|
cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache
|
||||||
extra-args: |
|
extra-args: |
|
||||||
ACCESS_TOKEN_USR="${{secrets.DOCKER_USERNAME}}"
|
ACCESS_TOKEN_USR="${{secrets.GIT_USERNAME}}"
|
||||||
ACCESS_TOKEN_PWD="${{secrets.DOCKER_PASSWORD}}"
|
ACCESS_TOKEN_PWD="${{secrets.GIT_PWD}}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue