diff --git a/.github/workflows/create-image.yml b/.github/workflows/create-image.yml index b3c88f8..18013ca 100644 --- a/.github/workflows/create-image.yml +++ b/.github/workflows/create-image.yml @@ -24,10 +24,10 @@ jobs: context: ./frontend - dockerfile: ./backend/gateway/Dockerfile image: gateway - context: ./backend/gateway + context: ./ - dockerfile: ./backend/api/Dockerfile image: api - context: ./backend/api + context: ./ permissions: contents: read packages: write