Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiOnishi1129 committed May 7, 2024
1 parent f787448 commit ab58e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch-service/cloudbuild-trend-article-crawler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ substitutions:
steps:
# Build the container image
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'asia-northeast1-docker.pkg.dev/geek-picks-staging/trend-article-crawler/latest','-f', 'Dockerfile.trend-article-crawler', '.']
args: ['build', '-t', 'asia-northeast1-docker.pkg.dev/geek-picks-staging/trend-article-crawler/latest','-f', 'batch-service/Dockerfile.trend-article-crawler', '.']
# Push the container image to Container Registry
- name: 'gcr.io/cloud-builders/docker'
args: ['push', '$_IMAGE']
Expand Down

0 comments on commit ab58e16

Please sign in to comment.