Skip to content

Commit e78b842

Browse files
mayurwaghmodeAllda
authored andcommitted
Update main-image.yml
1 parent 1297135 commit e78b842

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/main-image.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,24 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v2
23-
24-
- name: Build image
23+
24+
- name: Build Image
2525
id: build-image
2626
uses: redhat-actions/buildah-build@v2
2727
with:
28-
image: operator-pipelines-images-multi-arch
28+
image: operator-pipelines-images
2929
tags: latest ${{ github.sha }}
30-
archs: amd64
3130
dockerfiles: |
3231
./operator-pipeline-images/Dockerfile
33-
3432
- name: Push To quay.io
3533
id: push-to-quay
3634
uses: redhat-actions/push-to-registry@v2
3735
with:
3836
image: ${{ steps.build-image.outputs.image }}
3937
tags: ${{ steps.build-image.outputs.tags }}
40-
registry: quay.io/mayurwaghmode111
41-
username: ${{ secrets.QUAY_USER }}
42-
password: ${{ secrets.QUAY_PWD }}
38+
registry: quay.io/redhat-isv
39+
username: ${{ secrets.REGISTRY_USERNAME }}
40+
password: ${{ secrets.REGISTRY_PASSWORD }}
4341
if: ${{ github.event_name == 'push' }}
4442

4543
- name: Print image url

0 commit comments

Comments
 (0)