File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,22 @@ name: Build and Publish Redhat Distribution Container for Multi-Arch
33on :
44 pull_request :
55 branches :
6+ - main
67 - rhoai-v*
78 types :
89 - opened
910 - synchronize
1011 push :
1112 branches :
13+ - main
1214 - rhoai-v*
1315
1416env :
1517 REGISTRY : quay.io
1618 # TODO: change the tag to whatever downstream needs
1719 # IMAGE_NAME: quay.io/opendatahub/llama-stack:odh
1820 # For now, use the commit SHA that triggered the workflow.
19- IMAGE_NAME : quay.io/opendatahub/llama-stack:${{ github.sha }}
21+ IMAGE_NAME : quay.io/opendatahub/llama-stack
2022
2123jobs :
2224 build-and-push :
5254 file : redhat-distribution/Containerfile
5355 platforms : ${{ matrix.platform }}
5456 push : ${{ github.event_name == 'push' }}
55- tags : ${{ env.IMAGE_NAME }}
57+ tags : ${{ env.IMAGE_NAME }}:${{ github.sha }},${{ env.IMAGE_NAME }}:latest
You can’t perform that action at this time.
0 commit comments