Skip to content

Commit b878c59

Browse files
committed
chore: sqlchat.ai push
1 parent 610980d commit b878c59

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/build-and-push-latest-image.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,25 @@ jobs:
5050
push: true
5151
tags: ${{ steps.meta.outputs.tags }}
5252
labels: ${{ steps.meta.outputs.labels }}
53+
54+
- name: Docker meta for website
55+
id: meta-website
56+
uses: docker/metadata-action@v4
57+
with:
58+
images: |
59+
sqlchat/sqlchat
60+
flavor: |
61+
latest=false
62+
tags: |
63+
type=raw,value=website-latest
64+
65+
- name: Build and Push Website Image
66+
id: docker_build_website
67+
uses: docker/build-push-action@v3
68+
with:
69+
context: ./
70+
file: ./Dockerfile.sqlchat-ai
71+
platforms: linux/amd64
72+
push: true
73+
tags: ${{ steps.meta-website.outputs.tags }}
74+
labels: ${{ steps.meta-website.outputs.labels }}

0 commit comments

Comments
 (0)