Skip to content

Commit

Permalink
Merge 2cf6bce into 58a38cf
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Dec 16, 2021
2 parents 58a38cf + 2cf6bce commit df7ebfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ options:
env:
- PROJECT_ID=$PROJECT_ID
- GIT_COMMIT=$COMMIT_SHA
machineType: 'N1_HIGHCPU_8'

steps:
# Make all git tags available.
Expand Down Expand Up @@ -80,6 +81,7 @@ steps:
"-t", "gcr.io/$PROJECT_ID/etl:$_DOCKER_TAG",
"-f", "cmd/etl_worker/Dockerfile.k8s", "."
]
waitFor: ['Unshallow git clone']

- name: gcr.io/cloud-builders/docker
id: "Push the docker container to gcr.io"
Expand Down

0 comments on commit df7ebfd

Please sign in to comment.