Skip to content

Commit

Permalink
update docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-- committed Sep 21, 2023
1 parent bb7f229 commit 7033ee7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docker-build-push-web-container-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and Push Web Images on Tagging

on:
push:
tags:
- '*'
branches:
- 'v*-*-*'

jobs:
build-and-push:
Expand All @@ -27,8 +27,7 @@ jobs:
with:
context: ./web
file: ./web/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64, #linux/arm64
push: true
tags: |
danswer/danswer-web-server:${{ github.ref_name }}
danswer/danswer-web-server:latest
esomead/danswer-web-server:${{ github.ref_name }}

0 comments on commit 7033ee7

Please sign in to comment.