test secrets
Build and Push Docker Image / checkout_repository (push) Failing after 5s Details

This commit is contained in:
Nicolas CARON 2024-03-22 10:15:14 +01:00
parent 31ac6306c0
commit fe0f6dd7f6
1 changed files with 3 additions and 2 deletions

View File

@ -22,13 +22,14 @@ jobs:
build_file: Dockerfile
registry: git.coopgo.io
username: "${{secrets.DOCKER_USERNAME}}"
password: 6744954b4a3a43422e62e8d110f90de527ce094d
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}}"