docs: clarify cloudbuild.base.yaml is reference template only
This commit is contained in:
parent
8956683b0d
commit
52e64161cd
|
|
@ -1,3 +1,6 @@
|
||||||
|
# NOTE: This is a base/reference template — not the active pipeline.
|
||||||
|
# Active pipeline: cloudbuild.yaml (Cloud Build 2nd gen trigger)
|
||||||
|
# Do not add new steps here; update cloudbuild.yaml directly.
|
||||||
# cloudbuild.base.yaml — Bygg og push base-image manuelt
|
# cloudbuild.base.yaml — Bygg og push base-image manuelt
|
||||||
# Kjøres kun når tunge avhengigheter i requirements.txt endres:
|
# Kjøres kun når tunge avhengigheter i requirements.txt endres:
|
||||||
#
|
#
|
||||||
|
|
@ -27,3 +30,4 @@ options:
|
||||||
|
|
||||||
images:
|
images:
|
||||||
- 'us-central1-docker.pkg.dev/${PROJECT_ID}/osvauco-repo/osvauco-base:latest'
|
- 'us-central1-docker.pkg.dev/${PROJECT_ID}/osvauco-repo/osvauco-base:latest'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user