Skip to content

Commit 7a44438

Browse files
authored
Merge pull request #1924 from samdoran/fold-em
LCORE- Fold and strip tag value in build_image step
2 parents 053195f + d7ca4f8 commit 7a44438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_push_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: redhat-actions/buildah-build@v2
4242
with:
4343
image: ${{ env.IMAGE_NAME }}
44-
tags: |
44+
tags: >-
4545
${{ env.GIT_TAG }}
4646
${{ steps.check_latest.outputs.apply_latest == 'true' && env.LATEST_TAG || '' }}
4747
containerfiles: |

0 commit comments

Comments
 (0)