File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - hub-deploy
7- tags :
8- - ' v*.*.*'
97 workflow_dispatch :
108
119env :
@@ -62,15 +60,13 @@ jobs:
6260 id : meta
6361 uses : docker/metadata-action@v5
6462 with :
65- images : ${{ env.REGISTRY }}/${{ env.DOCKERHUB_ORGANIZATION }}/interactiveai
63+ images : ${{ env.REGISTRY }}/${{ env.DOCKERHUB_ORGANIZATION }}/interactiveai-${{ matrix.service }}
6664 tags : |
6765 type=ref,event=branch
6866 type=semver,pattern={{version}}
6967 type=semver,pattern={{major}}.{{minor}}
70- type=semver,pattern={{major}}
7168 type=sha,prefix={{branch}}-
72- type=raw,value=${{ matrix.service }}-{{branch}},enable={{is_default_branch}}
73- type=raw,value=${{ matrix.service }}-latest,enable={{is_default_branch}}
69+ type=raw,value=latest,enable={{is_default_branch}}
7470
7571 - name : Build and push Docker image
7672 uses : docker/build-push-action@v5
You can’t perform that action at this time.
0 commit comments