Skip to content

Commit 4d64f0a

Browse files
committed
add release tag to main build
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent a02b3c3 commit 4d64f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: redhat-actions/buildah-build@v2
3333
with:
3434
image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPO }}/docling-operator
35-
tags: ${{ github.sha }} latest
35+
tags: ${{ github.sha }} latest ${{ env.RELEASE_TAG }}
3636
build-args: |
3737
quay_expiration=1w
3838
release_tag=${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)