Skip to content

Commit fa24b83

Browse files
authored
Merge pull request #173 from matysek/lcore-311
LCORE-311: Fix2 pushing release image to quay from tag
2 parents ee2c9f4 + 21621d4 commit fa24b83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_push_release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
- name: Checkout code
2929
uses: actions/checkout@v4
3030
- name: Build image with Buildah
31+
id: build_image
3132
uses: redhat-actions/buildah-build@v2
3233
with:
33-
image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}
34+
image: ${{ env.IMAGE_NAME }}
3435
tags: |
3536
${{ env.GIT_TAG }}
3637
${{ env.LATEST_TAG }}

0 commit comments

Comments
 (0)