File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,12 +145,12 @@ jobs:
145145 - name : Registry login (quay.io/conforma)
146146 run : podman login -u ${{ secrets.BUNDLE_PUSH_USER_CONFORMA }} -p ${{ secrets.BUNDLE_PUSH_PASS_CONFORMA }} quay.io
147147
148- - name : Create and push the tekton bundle (quay.io/conforma/ec -task-bundle )
148+ - name : Create and push the tekton bundle (quay.io/conforma/tekton -task)
149149 env :
150- TASK_REPO : quay.io/conforma/ec -task-bundle
150+ TASK_REPO : quay.io/conforma/tekton -task
151151 IMAGE_REPO : quay.io/conforma/cli
152152 TASKS : " tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml tasks/verify-conforma-konflux-ta/0.1/verify-conforma-konflux-ta.yaml"
153- 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)')
153+ run : make task-bundle-snapshot TASK_REPO=$TASK_REPO TASK_TAG=$TAG ADD_TASK_TAG="$TAG_TIMESTAMP snapshot " TASKS=<( yq e ".spec.steps[].image? = \"$IMAGE_REPO:$TAG\"" $TASKS | yq 'select(. != null)')
154154
155155 - name : Registry login (quay.io/enterprise-contract)
156156 run : podman login -u ${{ secrets.BUNDLE_PUSH_USER_EC }} -p ${{ secrets.BUNDLE_PUSH_PASS_EC }} quay.io
You can’t perform that action at this time.
0 commit comments