File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -142,13 +142,19 @@ jobs:
142142 IMAGE_REPO : quay.io/enterprise-contract/ec-cli
143143 run : make verify-image
144144
145+ - name : Registry login (quay.io/conforma)
146+ run : podman login -u ${{ secrets.BUNDLE_PUSH_USER_CONFORMA }} -p ${{ secrets.BUNDLE_PUSH_PASS_CONFORMA }} quay.io
147+
145148 - name : Create and push the tekton bundle (quay.io/conforma/ec-task-bundle)
146149 env :
147150 TASK_REPO : quay.io/conforma/ec-task-bundle
148151 IMAGE_REPO : quay.io/conforma/cli
149152 TASKS : " tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml tasks/verify-conforma-konflux-ta/0.1/verify-conforma-konflux-ta.yaml"
150153 run : make task-bundle-snapshot TASK_REPO=$TASK_REPO TASK_TAG=$TAG ADD_TASK_TAG="$TAG_TIMESTAMP" TASKS=<( yq e ".spec.steps[].image? = \"$IMAGE_REPO:$TAG\"" $TASKS | yq 'select(. != null)')
151154
155+ - name : Registry login (quay.io/enterprise-contract)
156+ run : podman login -u ${{ secrets.BUNDLE_PUSH_USER_EC }} -p ${{ secrets.BUNDLE_PUSH_PASS_EC }} quay.io
157+
152158 - name : Create and push the tekton bundle (quay.io/enterprise-contract/ec-task-bundle)
153159 env :
154160 TASK_REPO : quay.io/enterprise-contract/ec-task-bundle
You can’t perform that action at this time.
0 commit comments