Skip to content

Commit

Permalink
dockerfile paths
Browse files Browse the repository at this point in the history
  • Loading branch information
caddac committed Apr 27, 2022
1 parent e84b7fb commit 74a0bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/doit-public/doit-easily/deployer:$TAG_NAME', '-f', 'deployer', '.' ]
args: [ 'build', '-t', 'gcr.io/doit-public/doit-easily/deployer:$TAG_NAME', '-f', 'deployer/Dockerfile', '.' ]
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/doit-public/doit-easily/deployer:$TAG_NAME']
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/doit-public/doit-easily/tester:$TAG_NAME', '-f', 'apptest/tester/', '.' ]
args: [ 'build', '-t', 'gcr.io/doit-public/doit-easily/tester:$TAG_NAME', '-f', 'apptest/tester/Dockerfile', '.' ]
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/doit-public/doit-easily/tester:$TAG_NAME']
# todo can we run verifier? it requires a cluster...

0 comments on commit 74a0bb3

Please sign in to comment.