Skip to content

Commit e40579b

Browse files
committed
switch to redhat-actions
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
1 parent bdefd3f commit e40579b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-httpbin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
containerfiles: |
6969
./rhcl/httpbin/Containerfile
7070
tags: latest # ${{ steps.meta.outputs.tags }}
71-
image: quay.io/pbastide_rh/httpbin-ppc64le
71+
image: httpbin-ppc64le
7272
layers: false
7373
oci: true
7474

@@ -77,7 +77,7 @@ jobs:
7777
id: push-to-quay
7878
uses: redhat-actions/push-to-registry@v2
7979
with:
80-
image: ${{ steps.build-image.outputs.image }}
80+
image: httpbin-ppc64le
8181
tags: latest
8282
registry: quay.io/pbastide_rh/httpbin-ppc64le
8383
username: ${{ secrets.HTTPBIN_USER }}

0 commit comments

Comments
 (0)