Skip to content

Commit ee2c9f4

Browse files
authored
Merge pull request #172 from matysek/lcore-311
LCORE-311: Fix pushing release image to quay from tag
2 parents a5e9982 + 9027b27 commit ee2c9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)