Skip to content

Commit

Permalink
fix container path (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi committed Jul 25, 2024
1 parent 3bc72c6 commit d98b538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild/presubmit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- id: kne_test
name: gcr.io/$PROJECT_ID/remote-builder
name: us-west1-docker.pkg.dev/$PROJECT_ID/utilities/remote-builder
waitFor: ["-"]
env:
- USERNAME=user
Expand All @@ -11,7 +11,7 @@ steps:
- REMOTE_WORKSPACE=/tmp/workspace
- COMMAND=source /tmp/workspace/cloudbuild/kne_test.sh 2>&1
- id: vendors_test
name: gcr.io/$PROJECT_ID/remote-builder
name: us-west1-docker.pkg.dev/$PROJECT_ID/utilities/remote-builder
waitFor: ["-"]
env:
- USERNAME=user
Expand Down

0 comments on commit d98b538

Please sign in to comment.