From 291407dfac3fd2c5804c508a15859382f86252e6 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Mon, 20 May 2024 20:56:10 +0200 Subject: [PATCH] updated dockerfile path --- .gitea/workflows/publish.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 035b2aa..50bb012 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -42,9 +42,10 @@ jobs: echo "REPOSITORY: ${{ gitea.repository }}" echo "COMMIT_SHA: ${{ env.sha_short }}" - name: Build and Push Image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: - context: ./web_ui + context: . + dockerfile: ./web_ui/Dockerfile push: true tags: | ${{ vars.docker_repo_url }}/${{ gitea.repository }}/web_ui:${{ env.sha_short }}