test secrets
Build and Push Docker Image / checkout_repository (push) Successful in 1m16s Details

This commit is contained in:
Nicolas CARON 2024-03-22 14:10:35 +01:00
parent cc1fee615b
commit 146eb44ffe
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ jobs:
with:
build_file: Dockerfile
registry: git.coopgo.io
username: $USER
password: $PASSWORD
username: ${{env.USER}}
password: ${{env.PASSWORD}}
image: coopgo-platform/mobility-accounts
tag: test
cache: true