We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72233a7 commit bf4f485Copy full SHA for bf4f485
1 file changed
.github/workflows/docker.yml
@@ -29,4 +29,6 @@ jobs:
29
uses: docker/setup-qemu-action@v3
30
31
- name: Build and push Docker images and manifests
32
- run: cd src && make push-images
+ working-directory: src
33
+ run: make push-images
34
+
0 commit comments