Skip to content

Commit

Permalink
Merge pull request #7 from jduimovich/fix-dollar
Browse files Browse the repository at this point in the history
fix ${{
  • Loading branch information
jduimovich authored Feb 11, 2024
2 parents 7eac437 + 415a46f commit 8d1314a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pac/docker-build-rhtap/docker-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ metadata:
spec:
params:
- name: dockerfile
value: ${{ values.dockerfile }}
value: {{ values.dockerfile }}
- name: git-url
value: '{{repo_url}}'
- name: image-expires-after
value: 5d
- name: output-image
value: ${{ values.image }}:on-pr-{{revision}}
value: {{ values.image }}:on-pr-{{revision}}
- name: path-context
value: ${{ values.buildContext }}
value: {{ values.buildContext }}
- name: revision
value: '{{revision}}'
pipelineRef:
Expand Down
6 changes: 3 additions & 3 deletions pac/docker-build-rhtap/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ metadata:
spec:
params:
- name: dockerfile
value: ${{ values.dockerfile }}
value: {{ values.dockerfile }}
- name: git-url
value: '{{repo_url}}'
- name: image-expires-after
value: 5d
- name: output-image
value: ${{ values.image }}:{{revision}}
value: {{ values.image }}:{{revision}}
- name: path-context
value: ${{ values.buildContext }}
value: {{ values.buildContext }}
- name: revision
value: '{{revision}}'
pipelineRef:
Expand Down

0 comments on commit 8d1314a

Please sign in to comment.