Skip to content

Commit 9c20f3d

Browse files
mayurwaghmodeAllda
authored andcommitted
Update ppc64le-image.yml
1 parent e78b842 commit 9c20f3d

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/ppc64le-image.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
name: Build and Push Image
1+
name: Build and Push ppc64le Image
22
on: # yamllint disable-line rule:truthy
33
- push
44
- pull_request
55

66
jobs:
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

0 commit comments

Comments
 (0)