Skip to content
Snippets Groups Projects
Commit 9ce19295 authored by Gitlab Runner's avatar Gitlab Runner
Browse files
parents 03af3828 fd0e1f7a
No related branches found
No related tags found
3 merge requests!72Cloud-agnostic module `indexer-reference` for Anthos (GONRG-1423),!62Gcp sonar fix comments (GONRG-1363),!59GCP rewrite ElascticClientHandlerTest (GONRG-844)
......@@ -17,6 +17,11 @@
# https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-env-vars.html
version: 0.2
env:
secrets-manager:
DOCKER_USERNAME: /osdu/devops/docker_credentials:username
DOCKER_PASSWORD: /osdu/devops/docker_credentials:password
phases:
install:
runtime-versions:
......@@ -62,6 +67,9 @@ phases:
- echo "Building integration testing assemblies and gathering artifacts..."
- ./testing/indexer-test-aws/build-aws/prepare-dist.sh
- echo "Logging into Docker Hub..."
- docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- echo "Building docker image..."
- docker build -f provider/indexer-aws/build-aws/Dockerfile -t ${ECR_IMAGE} .
- docker tag ${ECR_IMAGE} ${ECR_IMAGE_BRANCH_LATEST}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment