Skip to content

Commit

Permalink
revert non-docker params
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-labelbox committed Jan 13, 2023
1 parent 36ef0fe commit 37e14bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
# Build container in Cloud Build
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'us-docker.pkg.dev/$PROJECT_ID/slack-bot/haly:$SHORT_SHA-dev', '--format=docker', '--remove-signatures', '.' ]
args: [ 'build', '-t', 'us-docker.pkg.dev/$PROJECT_ID/slack-bot/haly:$SHORT_SHA-dev', '.' ]
# Deploy container image to Cloud Run
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
entrypoint: gcloud
Expand Down

0 comments on commit 37e14bc

Please sign in to comment.