We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee2c9f4 + 21621d4 commit fa24b83Copy full SHA for fa24b83
1 file changed
.github/workflows/build_and_push_release.yaml
@@ -28,9 +28,10 @@ jobs:
28
- name: Checkout code
29
uses: actions/checkout@v4
30
- name: Build image with Buildah
31
+ id: build_image
32
uses: redhat-actions/buildah-build@v2
33
with:
- image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}
34
+ image: ${{ env.IMAGE_NAME }}
35
tags: |
36
${{ env.GIT_TAG }}
37
${{ env.LATEST_TAG }}
0 commit comments