Fix proxy build

This commit is contained in:
Adria Navarro 2023-10-30 15:57:40 +01:00
parent ac3c9a374c
commit 344256a805
1 changed files with 1 additions and 1 deletions

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