1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13: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 - 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