Skip to content

Commit

Permalink
fix: change actions context - maybe this is correct?
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Dec 6, 2024
1 parent 7ce04ea commit 9be059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: "Build and push"
uses: "docker/build-push-action@v4"
with:
# context: "."
context: "./services/${{ matrix.service }}"
file: "./services/${{ matrix.service }}/Dockerfile"
push: true
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 9be059f

Please sign in to comment.