test secrets
Build and Push Docker Image / checkout_repository (push) Successful in 1m28s
Details
Build and Push Docker Image / checkout_repository (push) Successful in 1m28s
Details
This commit is contained in:
parent
744863873e
commit
8663a8b400
|
@ -25,14 +25,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
build_file: Dockerfile
|
build_file: Dockerfile
|
||||||
registry: git.coopgo.io
|
registry: git.coopgo.io
|
||||||
|
username: ncaron
|
||||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
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.GIT_USERNAME}}"
|
ACCESS_TOKEN_USR=ncaron
|
||||||
# ACCESS_TOKEN_PWD="${{secrets.GIT_PWD}}"
|
ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue