Skip to content
Snippets Groups Projects
Commit 49cc61c9 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: ECR and GCP provider image variables

parent 0b1cd917
Branches
Tags
No related merge requests found
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
# === AWS Auth template variant # === AWS Auth template variant
# ===================================================================================================================== # =====================================================================================================================
variables: variables:
TBC_AWS_AUTH_PROVIDER: "$CI_REGISTRY/to-be-continuous/tools/aws-auth-provider:master" TBC_AWS_PROVIDER_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/aws-auth-provider:master"
AWS_OIDC_AUD: "$CI_SERVER_URL" AWS_OIDC_AUD: "$CI_SERVER_URL"
.docker-base: .docker-base:
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "docker", "5.5.4"] command: ["--service", "docker", "5.5.4"]
- name: "$TBC_AWS_AUTH_PROVIDER" - name: "$TBC_AWS_PROVIDER_IMAGE"
alias: "aws-auth-provider" alias: "aws-auth-provider"
id_tokens: id_tokens:
# required for OIDC auth # required for OIDC auth
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
# === GCP Auth template variant # === GCP Auth template variant
# ===================================================================================================================== # =====================================================================================================================
variables: variables:
TBC_GCP_AUTH_PROVIDER: "$CI_REGISTRY/to-be-continuous/tools/gcp-auth-provider:main" TBC_GCP_PROVIDER_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/gcp-auth-provider:main"
GCP_OIDC_AUD: "$CI_SERVER_URL" GCP_OIDC_AUD: "$CI_SERVER_URL"
.docker-base: .docker-base:
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "docker", "5.5.4"] command: ["--service", "docker", "5.5.4"]
- name: "$TBC_GCP_AUTH_PROVIDER" - name: "$TBC_GCP_PROVIDER_IMAGE"
alias: "gcp-auth-provider" alias: "gcp-auth-provider"
variables: variables:
# have to be explicitly declared in the YAML to be exported to the service # have to be explicitly declared in the YAML to be exported to the service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment