We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdefd3f commit e40579bCopy full SHA for e40579b
.github/workflows/publish-httpbin.yaml
@@ -68,7 +68,7 @@ jobs:
68
containerfiles: |
69
./rhcl/httpbin/Containerfile
70
tags: latest # ${{ steps.meta.outputs.tags }}
71
- image: quay.io/pbastide_rh/httpbin-ppc64le
+ image: httpbin-ppc64le
72
layers: false
73
oci: true
74
@@ -77,7 +77,7 @@ jobs:
77
id: push-to-quay
78
uses: redhat-actions/push-to-registry@v2
79
with:
80
- image: ${{ steps.build-image.outputs.image }}
81
tags: latest
82
registry: quay.io/pbastide_rh/httpbin-ppc64le
83
username: ${{ secrets.HTTPBIN_USER }}
0 commit comments