Skip to content

Commit

Permalink
Updated context
Browse files Browse the repository at this point in the history
  • Loading branch information
KomelT committed Aug 15, 2024
1 parent 4f224c2 commit 97833f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Build MQTT
uses: docker/build-push-action@v6
with:
context: .
context: "{{defaultContext}}"
file: ./mqtt/Dockerfile

- name: Build API
uses: docker/build-push-action@v6
with:
context: .
context: "{{defaultContext}}"
file: ./api/Dockerfile

0 comments on commit 97833f8

Please sign in to comment.