Skip to content

Commit bf4f485

Browse files
committed
working directory
1 parent 72233a7 commit bf4f485

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
uses: docker/setup-qemu-action@v3
3030

3131
- name: Build and push Docker images and manifests
32-
run: cd src && make push-images
32+
working-directory: src
33+
run: make push-images
34+

0 commit comments

Comments
 (0)