test secrets
Build and Push Docker Image / checkout_repository (push) Successful in 1m13s
Details
Build and Push Docker Image / checkout_repository (push) Successful in 1m13s
Details
This commit is contained in:
parent
461f5d1f5f
commit
8ae62e7aef
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue