Skip to content

Commit

Permalink
Undo build ref
Browse files Browse the repository at this point in the history
  • Loading branch information
brh55 committed Sep 5, 2024
1 parent 044495e commit 9d54782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion final/router/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
# Build the container image
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/federation-workshop/router-api', '.']
args: ['build', '-t', 'gcr.io/federation-workshop/router-api', './router']
# Push the container image to Container Registry
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/federation-workshop/router-api']
Expand Down
2 changes: 1 addition & 1 deletion final/router/contract.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
# Build the container image
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/federation-workshop/contract-api', '.']
args: ['build', '-t', 'gcr.io/federation-workshop/contract-api', './router']
# Push the container image to Container Registry
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/federation-workshop/contract-api']
Expand Down

0 comments on commit 9d54782

Please sign in to comment.