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:09:38 +01:00
parent 4917662c49
commit 24e619b4a9
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ jobs:
with:
build_file: Dockerfile
registry: git.coopgo.io
username: "${{secrets.DOCKER_USERNAME}}"
password: "${{secrets.DOCKER_PASSWORD}}"
username: "${{ secrets.DOCKER_USERNAME }}"
password: "${{ secrets.DOCKER_PASSWORD }}"
image: coopgo-platform/mobility-accounts
tag: test
cache: true