diff --git a/.github/workflows/mqtt.yaml b/.github/workflows/mqtt.yaml index 3cf9d59..5bb6d72 100644 --- a/.github/workflows/mqtt.yaml +++ b/.github/workflows/mqtt.yaml @@ -37,7 +37,7 @@ jobs: uses: docker/build-push-action@v2 with: context: ../ - file: ./backend/mtp/mqtt/build/Dockerfile + file: ./backend/services/mtp/mqtt/build/Dockerfile platforms: linux/amd64 push: true tags: rogersacchelli/mqtt:latest \ No newline at end of file