Skip to content

Commit

Permalink
Tag fix (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandruszak committed Apr 26, 2020
1 parent 6ab634e commit 6b7c04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/pages/pipelines/building_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Interpolation syntax was introduced in ``IceCI`` to allow pipelines to use the p

Currently the fields supporting interpolations are:

- :attr:`DockerBuild<DockerBuild>`:
- :attr:`ContainerBuild<ContainerBuild>`:

- ``tags``

Expand All @@ -23,7 +23,7 @@ Here's an example of using interpolation to create a Docker tag containing the n
steps:
- name: pipeline-context
dockerBuild:
containerBuild:
dockerSecret: dockerhub
user: iceci
imageName: my-app
Expand Down

0 comments on commit 6b7c04c

Please sign in to comment.