Skip to content

Commit 319a2e1

Browse files
committed
docker: Fix working-directory when building images
1 parent 328e762 commit 319a2e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vcpkg_docker_amd64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777

7878
- name: Build and Push non-caching image
7979
if: github.ref == 'refs/heads/master'
80+
working-directory: docker
8081
run: |
8182
# Only push smaller image on default branch. This could change in the
8283
# future if we actually need to test the smaller image before merging

0 commit comments

Comments
 (0)