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

This commit is contained in:
Nicolas CARON 2024-03-22 14:53:29 +01:00
parent 461f5d1f5f
commit 8ae62e7aef
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
echo "GITEA_REF: ${{gitea.ref}}" echo "GITEA_REF: ${{gitea.ref}}"
echo "GITEA_EVENT: ${{gitea.event}}" echo "GITEA_EVENT: ${{gitea.event}}"
echo "GITEA_BASE_REF: ${{gitea.base_ref}}" echo "GITEA_BASE_REF: ${{gitea.base_ref}}"
echo "GITEA_Branches: ${{gitea.branches}}"
# KANIKO # KANIKO
@ -34,7 +34,7 @@ jobs:
registry: git.coopgo.io registry: git.coopgo.io
username: ${{gitea.actor}} username: ${{gitea.actor}}
password: ${{env.PASSWORD}} password: ${{env.PASSWORD}}
image: coopgo-platform/mobility-accounts image: ${{gitea.repository}}
tag: test tag: test
cache: true cache: true
cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache