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
6629c50aa5
commit
3fa71d8b2e
|
@ -25,8 +25,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
build_file: Dockerfile
|
build_file: Dockerfile
|
||||||
registry: git.coopgo.io
|
registry: git.coopgo.io
|
||||||
username: $ACCESS_TOKEN_USR
|
username: ${{env.ACCESS_TOKEN_USR}}
|
||||||
password: $ACCESS_TOKEN_PWD
|
password: ${{env.ACCESS_TOKEN_PWD}}
|
||||||
image: coopgo-platform/mobility-accounts
|
image: coopgo-platform/mobility-accounts
|
||||||
tag: test
|
tag: test
|
||||||
cache: true
|
cache: true
|
||||||
|
|
Loading…
Reference in New Issue