Skip to content

Commit

Permalink
Oprava nazvu Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aconic-sb committed Nov 19, 2019
1 parent 3ad9f95 commit b574b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
args: [ 'build',
'-t', 'eu.gcr.io/${PROJECT_ID}/${PROJECT_ID}-image:v${TAG_NAME}a',
'-t', 'eu.gcr.io/${PROJECT_ID}/${PROJECT_ID}-image:latest',
'-f', 'Dockerfile.nginx',
'-f', 'Dockerfile.apache',
'.'
]
- name: 'gcr.io/cloud-builders/docker'
Expand Down

0 comments on commit b574b49

Please sign in to comment.