Skip to content

Commit

Permalink
Merge pull request #14 from rooftopcellist/appstudio-awx-operator
Browse files Browse the repository at this point in the history
Red Hat Konflux update awx-operator
  • Loading branch information
rooftopcellist authored Nov 8, 2024
2 parents cf33c86 + f32635b commit b9044ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .tekton/awx-operator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/aap-pde-tenant/awx-operator:on-pr-{{revision}}
value: <oci-repository-to-push-image-to>:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: dockerfile
value: Dockerfile
- name: path-context
value: .
pipelineSpec:
description: |
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
Expand Down
4 changes: 3 additions & 1 deletion .tekton/awx-operator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/aap-pde-tenant/awx-operator:{{revision}}
value: <oci-repository-to-push-image-to>:{{revision}}
- name: dockerfile
value: Dockerfile
- name: path-context
value: .
pipelineSpec:
description: |
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
Expand Down

0 comments on commit b9044ff

Please sign in to comment.