1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Fix proxy build

This commit is contained in:
Adria Navarro 2023-10-30 15:57:40 +01:00
parent ac3c9a374c
commit 344256a805

View file

@ -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