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
12b02788fc
commit
4917662c49
|
@ -21,15 +21,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
build_file: Dockerfile
|
build_file: Dockerfile
|
||||||
registry: git.coopgo.io
|
registry: git.coopgo.io
|
||||||
username: ${{secrets.DOCKER_USERNAME}}
|
username: "${{secrets.DOCKER_USERNAME}}"
|
||||||
password: ${{secrets.DOCKER_PASSWORD}}
|
password: "${{secrets.DOCKER_PASSWORD}}"
|
||||||
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.DOCKER_USERNAME}}"
|
||||||
ACCESS_TOKEN_PWD=${{secrets.DOCKER_PASSWORD}}
|
ACCESS_TOKEN_PWD="${{secrets.DOCKER_PASSWORD}}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue