Skip to content

Commit

Permalink
Update cloudbuild-base.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
azep-ninja authored Dec 30, 2024
1 parent da2c24f commit b064ef8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cloudbuild-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ steps:
- 'DOCKER_BUILDKIT=1'
args:
- 'build'
- '-t', 'us-east1-docker.pkg.dev/${PROJECT_ID}/qi-agents/base:latest'
- '-t'
- 'us-east1-docker.pkg.dev/${PROJECT_ID}/qi-agents/base:latest'
- '.'

# Push the base image
Expand All @@ -14,7 +15,7 @@ steps:
- 'push'
- 'us-east1-docker.pkg.dev/${PROJECT_ID}/qi-agents/base:latest'

# Optional: Tag with commit hash for versioning
# Tag with commit hash
- name: 'gcr.io/cloud-builders/docker'
args:
- 'tag'
Expand Down

0 comments on commit b064ef8

Please sign in to comment.