From 15bcfcdc0f46929c904515d81d73a9bfd6c5739f Mon Sep 17 00:00:00 2001 From: Alessandro Date: Thu, 30 Jan 2025 18:39:25 +0100 Subject: [PATCH] fix: paths --- bucket-production.yml | 2 +- bucket-quality.yml | 2 +- cloudrun-production.yml | 4 ++-- cloudrun-quality.yml | 4 ++-- container-registry-push.yml | 2 +- dataflow-production.yml | 2 +- dataflow-quality.yml | 2 +- docker.yml | 2 +- endpoints-multiregion.yml | 2 +- endpoints-quality.yml | 2 +- endpoints-regional.yml | 2 +- endpoints-validate.yml | 2 +- helm-fullstack-multiregion.yml | 2 +- helm-fullstack-quality.yml | 4 ++-- helm-fullstack-regional.yml | 2 +- helm-multiregion.yml | 2 +- helm-only-internal.yml | 2 +- helm-only-multiregion.yml | 2 +- helm-only-quality.yml | 2 +- helm-only-regional.yml | 2 +- helm-quality.yml | 4 ++-- helm-regional.yml | 2 +- kubernetes-multiregion.yml | 2 +- kubernetes-quality.yml | 4 ++-- kubernetes-regional.yml | 2 +- kubernetes-task-multiregion.yml | 2 +- kubernetes-task-production.yml | 2 +- kubernetes-task-quality.yml | 2 +- lint-generic.yml | 2 +- lint-go.yml | 2 +- lint-javascript.yml | 2 +- lint-python.yml | 2 +- lint-typescript.yml | 2 +- npm-package-publish.yml | 2 +- prettier-generic.yml | 2 +- sast.yml | 2 +- secrets-multiregion.yml | 2 +- secrets-quality.yml | 2 +- secrets-regional.yml | 2 +- sentry-fullstack.yml | 2 +- sentry.yml | 2 +- serverless-multiregion.yml | 2 +- serverless-quality.yml | 2 +- serverless-regional.yml | 2 +- shell-job.yml | 4 ++-- ssh-production.yml | 2 +- ssh-quality.yml | 2 +- templates/container-registry-push.yml | 10 ++++------ terraform.yml | 2 +- test-unit-generic.yml | 2 +- test-unit-go.yml | 2 +- test-unit-javascript.yml | 2 +- test-unit-python.yml | 2 +- tfsec.yml | 2 +- tofu.yml | 2 +- 55 files changed, 64 insertions(+), 66 deletions(-) diff --git a/bucket-production.yml b/bucket-production.yml index 80855cf..64ad456 100644 --- a/bucket-production.yml +++ b/bucket-production.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/bucket-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/bucket-quality.yml' deploy:production: extends: .deploy diff --git a/bucket-quality.yml b/bucket-quality.yml index 03ef1e3..e34e390 100644 --- a/bucket-quality.yml +++ b/bucket-quality.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/bucket.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/bucket.yml" deploy:quality: extends: .deploy diff --git a/cloudrun-production.yml b/cloudrun-production.yml index 7aa92d6..b2a1551 100644 --- a/cloudrun-production.yml +++ b/cloudrun-production.yml @@ -1,7 +1,7 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/docker.yml" - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/cloudrun.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/cloudrun.yml" deploy:production: extends: .cloudrun:deploy diff --git a/cloudrun-quality.yml b/cloudrun-quality.yml index ec359c9..3b3a9e2 100644 --- a/cloudrun-quality.yml +++ b/cloudrun-quality.yml @@ -1,7 +1,7 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/docker.yml" - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/cloudrun.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/cloudrun.yml" deploy:quality: extends: .cloudrun:deploy diff --git a/container-registry-push.yml b/container-registry-push.yml index cdbef39..ed38238 100644 --- a/container-registry-push.yml +++ b/container-registry-push.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/container-registry-push.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/container-registry-push.yml" container-registry:push:quality: extends: .container-registry:push diff --git a/dataflow-production.yml b/dataflow-production.yml index 34b7019..45c8b1e 100644 --- a/dataflow-production.yml +++ b/dataflow-production.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/dataflow-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/dataflow-quality.yml' deploy:production:dataflow: extends: .deploy:dataflow diff --git a/dataflow-quality.yml b/dataflow-quality.yml index acc9891..5e51e3a 100644 --- a/dataflow-quality.yml +++ b/dataflow-quality.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/dataflow.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/dataflow.yml" deploy:quality:dataflow: extends: .deploy:dataflow diff --git a/docker.yml b/docker.yml index f397550..f341aa7 100644 --- a/docker.yml +++ b/docker.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/docker.yml" build: stage: build diff --git a/endpoints-multiregion.yml b/endpoints-multiregion.yml index a76eac4..f88f240 100644 --- a/endpoints-multiregion.yml +++ b/endpoints-multiregion.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/endpoints-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/endpoints-quality.yml" # EUROPE diff --git a/endpoints-quality.yml b/endpoints-quality.yml index 494d9e4..836e35b 100644 --- a/endpoints-quality.yml +++ b/endpoints-quality.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/endpoints.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/endpoints.yml" endpoints:validate:quality: extends: .endpoints:validate diff --git a/endpoints-regional.yml b/endpoints-regional.yml index 426d8dd..233271d 100644 --- a/endpoints-regional.yml +++ b/endpoints-regional.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/endpoints-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/endpoints-quality.yml" endpoints:validate:production: extends: .endpoints:validate diff --git a/endpoints-validate.yml b/endpoints-validate.yml index 2cb267d..c4fd537 100644 --- a/endpoints-validate.yml +++ b/endpoints-validate.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/endpoints.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/endpoints.yml" endpoints:validate: extends: .endpoints:validate diff --git a/helm-fullstack-multiregion.yml b/helm-fullstack-multiregion.yml index 34a77e7..b2dc15c 100644 --- a/helm-fullstack-multiregion.yml +++ b/helm-fullstack-multiregion.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/helm-fullstack-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/helm-fullstack-quality.yml" # EUROPE diff --git a/helm-fullstack-quality.yml b/helm-fullstack-quality.yml index a804805..e7ea24c 100644 --- a/helm-fullstack-quality.yml +++ b/helm-fullstack-quality.yml @@ -1,7 +1,7 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/docker.yml" - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/helm.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/helm.yml" deploy:helm:api:quality: extends: .deploy:quality:helm diff --git a/helm-fullstack-regional.yml b/helm-fullstack-regional.yml index 587cbca..314eb68 100644 --- a/helm-fullstack-regional.yml +++ b/helm-fullstack-regional.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/helm-fullstack-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/helm-fullstack-quality.yml" deploy:helm:api:production: extends: .deploy:production:helm diff --git a/helm-multiregion.yml b/helm-multiregion.yml index 3491937..9d3dc22 100644 --- a/helm-multiregion.yml +++ b/helm-multiregion.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/helm-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/helm-quality.yml" # EUROPE diff --git a/helm-only-internal.yml b/helm-only-internal.yml index 8a62747..3ef23bc 100644 --- a/helm-only-internal.yml +++ b/helm-only-internal.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/helm.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/helm.yml" deploy:internal:helm: extends: .deploy:internal:helm diff --git a/helm-only-multiregion.yml b/helm-only-multiregion.yml index 787c7d1..a505c68 100644 --- a/helm-only-multiregion.yml +++ b/helm-only-multiregion.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/helm-only-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/helm-only-quality.yml" # EUROPE diff --git a/helm-only-quality.yml b/helm-only-quality.yml index c72773a..fb7285d 100644 --- a/helm-only-quality.yml +++ b/helm-only-quality.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/helm.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/helm.yml" deploy:quality:helm: extends: .deploy:quality:helm diff --git a/helm-only-regional.yml b/helm-only-regional.yml index 8d2f451..d1352de 100644 --- a/helm-only-regional.yml +++ b/helm-only-regional.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/helm-only-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/helm-only-quality.yml" deploy:production:helm: extends: .deploy:production:helm diff --git a/helm-quality.yml b/helm-quality.yml index 6b4692d..852bd89 100644 --- a/helm-quality.yml +++ b/helm-quality.yml @@ -1,7 +1,7 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/docker.yml" - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/helm.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/helm.yml" deploy:quality:helm: extends: .deploy:quality:helm diff --git a/helm-regional.yml b/helm-regional.yml index 303e55a..cb0f113 100644 --- a/helm-regional.yml +++ b/helm-regional.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/helm-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/helm-quality.yml" deploy:production:helm: extends: .deploy:production:helm diff --git a/kubernetes-multiregion.yml b/kubernetes-multiregion.yml index 2e9a845..8de48d0 100644 --- a/kubernetes-multiregion.yml +++ b/kubernetes-multiregion.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/kubernetes-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/kubernetes-quality.yml" # EUROPE deploy:production:europe:image: diff --git a/kubernetes-quality.yml b/kubernetes-quality.yml index 4bd0aa3..a055fb8 100644 --- a/kubernetes-quality.yml +++ b/kubernetes-quality.yml @@ -1,6 +1,6 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/docker.yml" - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/kubernetes.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/kubernetes.yml" deploy:quality:image: extends: .deploy:image diff --git a/kubernetes-regional.yml b/kubernetes-regional.yml index 16c9de9..3a59d72 100644 --- a/kubernetes-regional.yml +++ b/kubernetes-regional.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/kubernetes-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/kubernetes-quality.yml' deploy:production:image: extends: .deploy:image diff --git a/kubernetes-task-multiregion.yml b/kubernetes-task-multiregion.yml index f0c7daa..7359fd9 100644 --- a/kubernetes-task-multiregion.yml +++ b/kubernetes-task-multiregion.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/kubernetes-task-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/kubernetes-task-quality.yml' task:production:europe: extends: .task diff --git a/kubernetes-task-production.yml b/kubernetes-task-production.yml index f11267c..6ad3b34 100644 --- a/kubernetes-task-production.yml +++ b/kubernetes-task-production.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/kubernetes-task-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/kubernetes-task-quality.yml' task:production: extends: .task diff --git a/kubernetes-task-quality.yml b/kubernetes-task-quality.yml index 3e2761b..0ee5ebf 100644 --- a/kubernetes-task-quality.yml +++ b/kubernetes-task-quality.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/kubernetes-task.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/kubernetes-task.yml" task:quality: extends: .task diff --git a/lint-generic.yml b/lint-generic.yml index 6e87761..a135ed1 100644 --- a/lint-generic.yml +++ b/lint-generic.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/lint.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/lint.yml" lint: extends: .lint diff --git a/lint-go.yml b/lint-go.yml index 7def0ca..c6ec355 100644 --- a/lint-go.yml +++ b/lint-go.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/lint.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/lint.yml" lint:go: extends: .lint diff --git a/lint-javascript.yml b/lint-javascript.yml index 3feaf4a..0b121b3 100644 --- a/lint-javascript.yml +++ b/lint-javascript.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/lint.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/lint.yml" lint:eslint: extends: .lint diff --git a/lint-python.yml b/lint-python.yml index 40fbe42..f08779b 100644 --- a/lint-python.yml +++ b/lint-python.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/lint.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/lint.yml" lint:python: extends: .lint diff --git a/lint-typescript.yml b/lint-typescript.yml index a49005a..a0e7ee8 100644 --- a/lint-typescript.yml +++ b/lint-typescript.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/lint.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/lint.yml" lint:typecheck: extends: .lint diff --git a/npm-package-publish.yml b/npm-package-publish.yml index 1f22888..9b4a491 100644 --- a/npm-package-publish.yml +++ b/npm-package-publish.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/npm-package-publish.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/npm-package-publish.yml" npm-package:publish: extends: .npm-package:publish diff --git a/prettier-generic.yml b/prettier-generic.yml index b2d7999..8867508 100644 --- a/prettier-generic.yml +++ b/prettier-generic.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/prettier.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/prettier.yml" prettier: extends: .prettier diff --git a/sast.yml b/sast.yml index c83c0ae..0634384 100644 --- a/sast.yml +++ b/sast.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/sast.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/sast.yml" sast: extends: .sast diff --git a/secrets-multiregion.yml b/secrets-multiregion.yml index 0974211..033a12a 100644 --- a/secrets-multiregion.yml +++ b/secrets-multiregion.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/secrets-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/secrets-quality.yml" # EUROPE deploy:production:europe:secrets: diff --git a/secrets-quality.yml b/secrets-quality.yml index b3177fa..f2dcbc0 100644 --- a/secrets-quality.yml +++ b/secrets-quality.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/secrets.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/secrets.yml" deploy:quality:secrets: extends: .deploy:quality:secrets diff --git a/secrets-regional.yml b/secrets-regional.yml index 239ea76..3077a62 100644 --- a/secrets-regional.yml +++ b/secrets-regional.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/secrets-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/secrets-quality.yml" deploy:production:secrets: extends: .deploy:production:secrets diff --git a/sentry-fullstack.yml b/sentry-fullstack.yml index 734bb50..81feb4e 100644 --- a/sentry-fullstack.yml +++ b/sentry-fullstack.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/sentry.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/sentry.yml" sentry:api:release:set: extends: .sentry:release:set diff --git a/sentry.yml b/sentry.yml index ea068ef..2da5110 100644 --- a/sentry.yml +++ b/sentry.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/sentry.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/sentry.yml" sentry:release:set: extends: .sentry:release:set diff --git a/serverless-multiregion.yml b/serverless-multiregion.yml index a2166bf..27576cb 100644 --- a/serverless-multiregion.yml +++ b/serverless-multiregion.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/serverless-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/serverless-quality.yml' # EUROPE deploy:production:europe: diff --git a/serverless-quality.yml b/serverless-quality.yml index 5366a38..80c4781 100644 --- a/serverless-quality.yml +++ b/serverless-quality.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/serverless.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/serverless.yml" deploy:quality: extends: .serverless:deploy diff --git a/serverless-regional.yml b/serverless-regional.yml index cdf7ebe..6356ab9 100644 --- a/serverless-regional.yml +++ b/serverless-regional.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/serverless-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/serverless-quality.yml' deploy:production: extends: .serverless:deploy diff --git a/shell-job.yml b/shell-job.yml index 55323af..018fdd8 100644 --- a/shell-job.yml +++ b/shell-job.yml @@ -1,6 +1,6 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/lint-shell.yml' - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/terraform.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/lint-shell.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/terraform.yml' job:shell: stage: deploy diff --git a/ssh-production.yml b/ssh-production.yml index 60c94a8..77585b0 100644 --- a/ssh-production.yml +++ b/ssh-production.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/ssh-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/ssh-quality.yml' ssh:production: extends: .ssh:exec diff --git a/ssh-quality.yml b/ssh-quality.yml index f84aea4..8065079 100644 --- a/ssh-quality.yml +++ b/ssh-quality.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/ssh.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/ssh.yml" ssh:quality: extends: .ssh:exec diff --git a/templates/container-registry-push.yml b/templates/container-registry-push.yml index c6fd9df..0ba3565 100644 --- a/templates/container-registry-push.yml +++ b/templates/container-registry-push.yml @@ -34,13 +34,11 @@ - | # DOCKER PUSH PHASE - if [ -n "${IMAGES}" ]; then + if [ -z "${IMAGES}" ]; then for image in $IMAGES; do - IMAGE_FULL_NAME="${CI_REGISTRY_IMAGE}/${image}:${CI_COMMIT_TAG}"; - GCR_IMAGE_FULL_NAME="${GCR_IMAGE}/${image}:${CI_COMMIT_TAG}"; - docker pull "${IMAGE_FULL_NAME}" - docker tag "${IMAGE_FULL_NAME}" "${GCR_IMAGE_FULL_NAME}" - docker push "${GCR_IMAGE_FULL_NAME}" + docker pull "${GITLAB_CONTAINER_REGISTRY_IMAGE_FULL_PATH}/${image}:${SOURCE_IMAGE_TAG}" + docker tag "${GITLAB_CONTAINER_REGISTRY_IMAGE_FULL_PATH}/${image}:${SOURCE_IMAGE_TAG}" "${CONTAINER_REGISTRY_IMAGE_FULL_PATH}/${image}:${DESTINATION_IMAGE_TAG}" + docker push "${CONTAINER_REGISTRY_IMAGE_FULL_PATH}/${image}:${DESTINATION_IMAGE_TAG}" done else docker pull "${GITLAB_CONTAINER_REGISTRY_IMAGE_FULL_PATH}:${SOURCE_IMAGE_TAG}" diff --git a/terraform.yml b/terraform.yml index fe4a9c9..261dc9c 100644 --- a/terraform.yml +++ b/terraform.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/terraform.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/terraform.yml" cache: key: ${CI_PIPELINE_ID} diff --git a/test-unit-generic.yml b/test-unit-generic.yml index 33cfcdb..7badb7e 100644 --- a/test-unit-generic.yml +++ b/test-unit-generic.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/test-unit.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/test-unit.yml" test:unit: extends: .test:unit diff --git a/test-unit-go.yml b/test-unit-go.yml index 2ec6a88..5f955d6 100644 --- a/test-unit-go.yml +++ b/test-unit-go.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/test-unit.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/test-unit.yml" test:unit:go: extends: .test:unit diff --git a/test-unit-javascript.yml b/test-unit-javascript.yml index 94201a0..46cc652 100644 --- a/test-unit-javascript.yml +++ b/test-unit-javascript.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/test-unit.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/test-unit.yml" test:unit:js: extends: .test:unit diff --git a/test-unit-python.yml b/test-unit-python.yml index 7ff1e09..8ad9138 100644 --- a/test-unit-python.yml +++ b/test-unit-python.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/test-unit.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/test-unit.yml" test:unit:python: extends: .test:unit diff --git a/tfsec.yml b/tfsec.yml index 6b69408..3e3443f 100644 --- a/tfsec.yml +++ b/tfsec.yml @@ -1,6 +1,6 @@ --- include: - - remote: https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/tfsec.yml + - remote: https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/tfsec.yml tfsec:security:scan: extends: .tfsec diff --git a/tofu.yml b/tofu.yml index bbbd388..8627f46 100644 --- a/tofu.yml +++ b/tofu.yml @@ -1,6 +1,6 @@ --- include: - - remote: https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.2/templates/tofu.yml + - remote: https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.40.3/templates/tofu.yml cache: key: ${CI_PIPELINE_ID}