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