Skip to content

Commit 1c89f65

Browse files
committed
Fix Docker build
1 parent 2a8e3f0 commit 1c89f65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vcpkg_docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
id: build
6767
uses: docker/build-push-action@v5
6868
with:
69-
context: .
69+
context: docker
70+
file: docker/Dockerfile.ubuntu.vcpkg
7071
platforms: ${{ matrix.platform }}
7172
labels: ${{ steps.meta.outputs.labels }}
7273
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true

0 commit comments

Comments
 (0)