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

This commit is contained in:
2024-03-22 10:09:38 +01:00
parent 4917662c49
commit 24e619b4a9

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