Skip to content

Commit a6aa2be

Browse files
authored
Merge pull request #2598 from robnester-rh/add_task_tag
chore(release): add `snapshot` tag for tekton-bundle
2 parents 2e88c74 + dee2594 commit a6aa2be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)