Skip to content

Commit 9027b27

Browse files
committed
LCORE-311: Fix pushing release image to quay from tag
1 parent a5e9982 commit 9027b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_push_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build image with Buildah
3131
uses: redhat-actions/buildah-build@v2
3232
with:
33-
image: ${{ env.IMAGE_NAME }}
33+
image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}
3434
tags: |
3535
${{ env.GIT_TAG }}
3636
${{ env.LATEST_TAG }}

0 commit comments

Comments
 (0)