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.
2 parents 053195f + d7ca4f8 commit 7a44438Copy full SHA for 7a44438
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