We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd69d32 commit d7ca4f8Copy full SHA for d7ca4f8
1 file changed
.github/workflows/build_and_push_release.yaml
@@ -41,7 +41,7 @@ jobs:
41
uses: redhat-actions/buildah-build@v2
42
with:
43
image: ${{ env.IMAGE_NAME }}
44
- tags: |
+ tags: >-
45
${{ env.GIT_TAG }}
46
${{ steps.check_latest.outputs.apply_latest == 'true' && env.LATEST_TAG || '' }}
47
containerfiles: |
0 commit comments