Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiOnishi1129 committed May 22, 2024
2 parents af771f8 + fec3581 commit 1420f5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions batch-service/cloudbuild-trend-article-crawler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ steps:
# Delete container image from Artifact Registry, remains only three latest images
- name: '$_REGION-docker.pkg.dev/$PROJECT_ID/$_IMAGE'
args:
- --repo=$_REGION-docker.pkg.dev/$PROJECT_ID/$_IMAGE
- --keep=2
- --tag-filter-any=.*
- '--repo=$_REGION-docker.pkg.dev/$PROJECT_ID/$_IMAGE'
- '--keep=2'
- '--tag-filter-any=.*'
images:
- $_REGION-docker.pkg.dev/$PROJECT_ID/$_IMAGE

0 comments on commit 1420f5a

Please sign in to comment.