11 lines
456 B
Plaintext
11 lines
456 B
Plaintext
# ---------------------------------------------------------------------------
|
|
# Build- und Deploy-Konfiguration (keine Secrets — kann committet werden)
|
|
# ---------------------------------------------------------------------------
|
|
|
|
REGISTRY=ocir.eu-frankfurt-1.oci.oraclecloud.com/frhqaxi5sgcg
|
|
IMAGE_NAME=container/automaton
|
|
IMAGE_TAG=1.0.0
|
|
|
|
REGISTRY_USER=frhqaxi5sgcg/<your username> # frhqaxi5sgcg is the tenancy ID
|
|
REGISTRY_PW=<your users auth token>
|