Fix context of Docker image push workflow

This commit is contained in:
Erik Vroon
2023-02-21 21:54:32 +01:00
parent ccf28bc875
commit 71e3fbdc46

View File

@@ -37,7 +37,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
context: backend
push: true
file: backend/Dockerfile
tags: ${{ steps.meta.outputs.tags }}