test secrets
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 5s
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 5s
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -21,14 +21,15 @@ jobs:
|
||||
with:
|
||||
build_file: Dockerfile
|
||||
registry: git.coopgo.io
|
||||
username: "${{ secrets.DOCKER_USERNAME }}"
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
username: "${{secrets.DOCKER_USERNAME}}"
|
||||
password: "${{secrets.DOCKER_PASSWORD}}"
|
||||
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.DOCKER_USERNAME}}"
|
||||
ACCESS_TOKEN_PWD="${{secrets.DOCKER_PASSWORD}}"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user