ci: webapp Github actions (#81)

This commit is contained in:
Ahmed Bouhuolia
2023-02-08 23:33:03 +02:00
committed by GitHub
parent d0e84fb51a
commit 7781d092ca
2 changed files with 12 additions and 8 deletions

View File

@@ -50,6 +50,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./packages/webapp/Dockerfile
push: true
tags: ghcr.io/bigcapitalhq/client:latest
labels: ${{ steps.meta.outputs.labels }}