fix(ci): fix Dockerfile context

This commit is contained in:
Oliver Booth 2023-08-22 15:03:41 +01:00
parent 5d3a5a173d
commit 2ea18aee96
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 1 additions and 1 deletions

View File

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