Skip to content

Commit

Permalink
Update info regarding mutiple tags
Browse files Browse the repository at this point in the history
  • Loading branch information
whoan committed Mar 6, 2020
1 parent 6d9eae3 commit fb0ba7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ By default it pushes the image with all the stages to a registry (needs username

`registry`: Docker registry (**default: Docker Hub's registry**).

`image_tag`: Tag of the image to build (**default: latest**).
`image_tag`: Tag(s) of the image to build (**default: latest**). You can provide multiple comma-separated tags (**eg: latest,one,another**)

`context`: Docker context (**default: ./**).

Expand Down Expand Up @@ -84,7 +84,7 @@ Another example for **Google Cloud Platform** and more custom settings:
password: "${{ secrets.DOCKER_PASSWORD }}"
registry: gcr.io
image_name: your_id/your_image
image_tag: latest
image_tag: latest,and,more,tags
context: sub_folder_in_your_repo
dockerfile: custom.dockerfile
push_image_and_stages: false # useful when you are setting a workflow to run on PRs
Expand Down

0 comments on commit fb0ba7f

Please sign in to comment.