diff --git a/.github/workflows/build_and_push_release.yaml b/.github/workflows/build_and_push_release.yaml index a5cd2897e..6ae185943 100644 --- a/.github/workflows/build_and_push_release.yaml +++ b/.github/workflows/build_and_push_release.yaml @@ -41,7 +41,7 @@ jobs: uses: redhat-actions/buildah-build@v2 with: image: ${{ env.IMAGE_NAME }} - tags: | + tags: >- ${{ env.GIT_TAG }} ${{ steps.check_latest.outputs.apply_latest == 'true' && env.LATEST_TAG || '' }} containerfiles: |