Skip to content

Commit 57f7a4a

Browse files
committed
rollback fix
1 parent a9cd6e0 commit 57f7a4a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- hub-deploy
7-
tags:
8-
- 'v*.*.*'
97
workflow_dispatch:
108

119
env:
@@ -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

0 commit comments

Comments
 (0)