We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e9982 commit 9027b27Copy full SHA for 9027b27
1 file changed
.github/workflows/build_and_push_release.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build image with Buildah
31
uses: redhat-actions/buildah-build@v2
32
with:
33
- image: ${{ env.IMAGE_NAME }}
+ image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}
34
tags: |
35
${{ env.GIT_TAG }}
36
${{ env.LATEST_TAG }}
0 commit comments