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

This commit is contained in:
Nicolas CARON 2024-03-22 16:22:05 +01:00
parent c6c7cd72e4
commit f469e1da01
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
build_file: Dockerfile
registry: git.coopgo.io
username: ${{gitea.actor}}
password: ${{env.PASSWORD}}
password: ${{secrets.PASSWORD}}
image: ${{gitea.repository}}
tag: ${{gitea.ref_name}}
cache: true