Fix paths to pyproject.toml and README in dockerfile.gateway. Also update context in publish-images.yml

This commit is contained in:
Hemang
2025-05-14 12:26:15 +02:00
committed by Hemang Sarkar
parent ed50670bef
commit e32ec74ed2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- name: build gateway image
uses: docker/build-push-action@v5
with:
context: ./gateway
context: .
file: ./gateway/Dockerfile.gateway
platforms: linux/amd64
push: true