8000 fix: paths by override80 · Pull Request #168 · jobtome-labs/ci-templates · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: paths #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bucket-production.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bucket-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions cloudrun-production.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions cloudrun-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion container-registry-push.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dataflow-production.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dataflow-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion endpoints-multiregion.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion endpoints-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion endpoints-regional.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion endpoints-validate.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-fullstack-multiregion.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions helm-fullstack-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-fullstack-regional.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-multiregion.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion helm-only-internal.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-only-multiregion.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion helm-only-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-only-regional.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-regional.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-multiregion.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-regional.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-task-multiregion.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-task-production.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-task-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lint-generic.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lint-go.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lint-javascript.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lint-python.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lint-typescript.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion npm-package-publish.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion prettier-generic.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sast.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion secrets-multiregion.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion secrets-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion secrets-regional.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sentry-fullstack.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sentry.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion serverless-multiregion.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion serverless-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion serverless-regional.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions shell-job.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ssh-production.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ssh-quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 4 additions & 6 deletions templates/container-registry-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion terraform.yml
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
Loading
Loading
0