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
5d78a88975
commit
8c427b45bb
|
@ -21,16 +21,14 @@ jobs:
|
|||
build_file: Dockerfile
|
||||
registry: git.coopgo.io
|
||||
username: ${{gitea.actor}}
|
||||
password: ${{env.PASSWORD}}
|
||||
password: ${{secrets.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=${{gitea.actor}}
|
||||
ACCESS_TOKEN_PWD=${{env.PASSWORD}}
|
||||
env:
|
||||
PASSWORD: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
ACCESS_TOKEN_PWD=${{secrets.PASSWORD}}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue