Skip to content

Commit

Permalink
use the right dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Janine Olear <[email protected]>
  • Loading branch information
miyunari committed Aug 28, 2024
1 parent f58eb5b commit 9072f12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .tekton/client-server-f-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,20 +417,23 @@ spec:
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: DOCKERFILE
value: $(params.dockerfile)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CONTEXT
value: $(params.path-context)
runAfter:
- build-container
taskRef:
params:
- name: name
value: push-dockerfile
value: push-dockerfile-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:92d63edd09636f97961ca18fac14b67935179d2c14b4a4d5f8087c614e8c2bd9
value: quay.io/repository/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta/manifest/sha256:170af10a5b17c2854b855f2c052704bbe40f27e44075f5b0584a662177f21e97
- name: kind
value: task
resolver: bundles
workspaces:
- name: workspace
- name: git-auth
optional: true
- name: netrc
Expand Down

0 comments on commit 9072f12

Please sign in to comment.