Loading .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,11 @@ variables: .test-base: image: "registry.hub.docker.com/badouralix/curl-jq" stage: package-test variables: GCP_OIDC_AUD: $CI_SERVER_URL id_tokens: CI_JOB_JWT_V2: aud: "$CI_SERVER_URL" services: - name: "$DOCKER_SNAPSHOT_IMAGE" alias: "gcp-auth-provider" Loading Loading
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,11 @@ variables: .test-base: image: "registry.hub.docker.com/badouralix/curl-jq" stage: package-test variables: GCP_OIDC_AUD: $CI_SERVER_URL id_tokens: CI_JOB_JWT_V2: aud: "$CI_SERVER_URL" services: - name: "$DOCKER_SNAPSHOT_IMAGE" alias: "gcp-auth-provider" Loading