Skip to content

Commit

Permalink
Use relative path for Dockerfile instead of static in Konflux config
Browse files Browse the repository at this point in the history
We need to use the relative path in order for Konflux to pick up changes
to Containerfile from PRs.

Signed-off-by: Antonio Torres <[email protected]>
  • Loading branch information
antoniotorresm committed Feb 5, 2024
1 parent 9bde720 commit 6c6cd21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/ipa-tuura-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://github.com/freeipa/ipa-tuura/raw/main/Containerfile.test
value: Containerfile.test
- name: git-url
value: '{{source_url}}'
- name: image-expires-after
Expand Down
2 changes: 1 addition & 1 deletion .tekton/ipa-tuura-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://github.com/freeipa/ipa-tuura/raw/main/Containerfile.test
value: Containerfile.test
- name: git-url
value: '{{source_url}}'
- name: output-image
Expand Down

0 comments on commit 6c6cd21

Please sign in to comment.