Skip to content

Commit 2e88c74

Browse files
authored
Merge pull request #2596 from robnester-rh/add_registry_logins
chore(release): add additional registry logins
2 parents 1befd5d + b504789 commit 2e88c74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)