Fix proxy build
This commit is contained in:
parent
ac3c9a374c
commit
344256a805
|
@ -112,7 +112,7 @@ jobs:
|
|||
- name: Build proxy docker
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
context: ./hosting/proxy
|
||||
push: true
|
||||
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
|
||||
file: ./hosting/proxy/Dockerfile
|
||||
|
|
Loading…
Reference in New Issue