test secrets
All checks were successful
Build and Push Docker Image / checkout_repository (push) Successful in 1m12s
All checks were successful
Build and Push Docker Image / checkout_repository (push) Successful in 1m12s
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -25,15 +25,14 @@ jobs:
|
||||
with:
|
||||
build_file: Dockerfile
|
||||
registry: git.coopgo.io
|
||||
username: "${{secrets.GIT_USERNAME}}"
|
||||
password: "${{secrets.GIT_PWD}}"
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
image: coopgo-platform/mobility-accounts
|
||||
tag: test
|
||||
cache: true
|
||||
cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache
|
||||
extra-args: |
|
||||
ACCESS_TOKEN_USR="${{secrets.GIT_USERNAME}}"
|
||||
ACCESS_TOKEN_PWD="${{secrets.GIT_PWD}}"
|
||||
# extra-args: |
|
||||
# ACCESS_TOKEN_USR="${{secrets.GIT_USERNAME}}"
|
||||
# ACCESS_TOKEN_PWD="${{secrets.GIT_PWD}}"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user