mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-02-12 22:42:45 +00:00
Move dockerfiles inside gateway/ and update main CLI script to be able to run build, up, down and logs on a local gateway server instance.
This commit is contained in:
2
.github/workflows/publish-images.yml
vendored
2
.github/workflows/publish-images.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./gateway
|
||||
file: Dockerfile.gateway
|
||||
file: ./gateway/Dockerfile.gateway
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ${{ env.tags }}
|
||||
|
||||
Reference in New Issue
Block a user