From 7d723285c8a08efdc7cd791b28ba70cd3efbfba6 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Mon, 20 May 2024 21:56:49 +0200 Subject: [PATCH] updated workflow --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 50bb012..68dfe15 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -45,7 +45,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - dockerfile: ./web_ui/Dockerfile + dockerfile: ./web_ui/ push: true tags: | ${{ vars.docker_repo_url }}/${{ gitea.repository }}/web_ui:${{ env.sha_short }}