File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 1- name : Build and Push Image
1+ name : Build and Push ppc64le Image
22on : # yamllint disable-line rule:truthy
33 - push
44 - pull_request
55
66jobs :
7- test-lint :
8- name : Run unit tests and linters
9- runs-on : ubuntu-latest
10- steps :
11- - uses : actions/checkout@v2
12- -
uses :
fedora-python/[email protected] 13- with :
14- tox_env : black,test
15- dnf_install : krb5-devel krb5-workstation
16-
177 build :
188 name : Build and push image
199 runs-on : ubuntu-20.04
@@ -30,20 +20,21 @@ jobs:
3020 id : build-image
3121 uses : redhat-actions/buildah-build@v2
3222 with :
33- image : operator-pipelines-images-multi-arch
23+ image : operator-pipelines-images
3424 tags : ppc64le ${{ github.sha }}
3525 archs : ppc64le
3626 dockerfiles : |
3727 ./operator-pipeline-images/Dockerfile-ppc64le
28+
3829 - name : Push To quay.io
3930 id : push-to-quay
4031 uses : redhat-actions/push-to-registry@v2
4132 with :
4233 image : ${{ steps.build-image.outputs.image }}
4334 tags : ${{ steps.build-image.outputs.tags }}
44- registry : quay.io/mayurwaghmode111
45- username : ${{ secrets.QUAY_USER }}
46- password : ${{ secrets.QUAY_PWD }}
35+ registry : quay.io/redhat-isv
36+ username : ${{ secrets.REGISTRY_USERNAME }}
37+ password : ${{ secrets.REGISTRY_PASSWORD }}
4738 if : ${{ github.event_name == 'push' }}
4839
4940 - name : Print image url
You can’t perform that action at this time.
0 commit comments