Fix path of Dockerfile in workflow

This commit is contained in:
Erik Vroon
2023-02-21 21:49:56 +01:00
parent d674258db6
commit ccf28bc875

View File

@@ -39,6 +39,6 @@ jobs:
with:
context: .
push: true
file: backend
file: backend/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}