fix Github Workflow for Dockerfile (#106)

* fix location of Dockerfile
This commit is contained in:
Matti Nannt
2022-10-13 12:02:07 +02:00
committed by GitHub
parent 5c378bc8ce
commit 56e9c04659
+1
View File
@@ -62,6 +62,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
file: apps/web/Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}