test secrets
Build and Push Docker Image / checkout_repository (push) Successful in 1m16s
Details
Build and Push Docker Image / checkout_repository (push) Successful in 1m16s
Details
This commit is contained in:
parent
cc1fee615b
commit
146eb44ffe
|
@ -20,8 +20,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
build_file: Dockerfile
|
build_file: Dockerfile
|
||||||
registry: git.coopgo.io
|
registry: git.coopgo.io
|
||||||
username: $USER
|
username: ${{env.USER}}
|
||||||
password: $PASSWORD
|
password: ${{env.PASSWORD}}
|
||||||
image: coopgo-platform/mobility-accounts
|
image: coopgo-platform/mobility-accounts
|
||||||
tag: test
|
tag: test
|
||||||
cache: true
|
cache: true
|
||||||
|
|
Loading…
Reference in New Issue