File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
35
35
name : Build and push images
36
36
runs-on : ubuntu-latest
37
37
needs : changes
38
- if : ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
38
+ # if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
39
39
strategy :
40
40
matrix :
41
41
include :
42
- - component : basic -chat
42
+ - component : text -chat
43
43
- component : image-analysis
44
44
steps :
45
45
- name : Check out the repository
56
56
id : image-meta
57
57
uses : docker/metadata-action@v5
58
58
with :
59
- images : ghcr.io/stackhpc/azimuth-llm-${{ matrix.component }}
59
+ images : ghcr.io/stackhpc/azimuth-llm-ui- ${{ matrix.component }}
60
60
# Produce the branch name or tag and the SHA as tags
61
61
tags : |
62
62
type=ref,event=branch
67
67
uses : azimuth-cloud/github-actions/docker-multiarch-build-push@update-trivy-action
68
68
with :
69
69
cache-key : ${{ matrix.component }}
70
- context : ./web-apps/${{ matrix.component }}
70
+ context : ./web-apps/
71
+ file : ./web-apps/${{ matrix.component }}/Dockerfile
71
72
platforms : linux/amd64,linux/arm64
72
73
push : true
73
74
tags : ${{ steps.image-meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments