From 9e7a06d99366c7da4c0302c1e4571b31664d0a23 Mon Sep 17 00:00:00 2001 From: Roger Sacchelli Date: Tue, 9 Apr 2024 23:34:14 -0300 Subject: [PATCH] fix path mqtt --- .github/workflows/mqtt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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