Skip to content

Commit

Permalink
Merge pull request #3 from titel-media/feat/specify-dockerfile-name
Browse files Browse the repository at this point in the history
Add arg to specify dockerfile name
  • Loading branch information
Avery authored Nov 12, 2019
2 parents 3228a8c + dced82c commit 2fc4a7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ jobs:
description: The relative path to the Dockerfile to use when building image
type: string
default: "."
dockerfile:
description: Name of dockerfile to use
type: string
default: "Dockerfile"
extra_build_args:
type: string
default: ""
Expand All @@ -222,6 +226,7 @@ jobs:
google-compute-zone: <<parameters.google-compute-zone>>
- install
- gcr/build-image:
dockerfile: <<parameters.dockerfile>>
registry-url: <<parameters.registry-url>>
google-project-id: <<parameters.google-project-id>>
image: <<parameters.image>>
Expand Down Expand Up @@ -346,6 +351,10 @@ jobs:
description: The relative path to the Dockerfile to use when building image
type: string
default: "."
dockerfile:
description: Name of dockerfile to use
type: string
default: "Dockerfile"
extra_build_args:
type: string
default: ""
Expand All @@ -361,6 +370,7 @@ jobs:
google-compute-zone: <<parameters.google-compute-zone>>
- install
- gcr/build-image:
dockerfile: <<parameters.dockerfile>>
registry-url: <<parameters.registry-url>>
google-project-id: <<parameters.google-project-id>>
image: <<parameters.image>>
Expand Down

0 comments on commit 2fc4a7e

Please sign in to comment.