From 88ca689d0b740accffb3ed75a790ae1fef0099f6 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sat, 1 Jun 2024 14:46:58 +1000 Subject: [PATCH] Move to gitea to build images --- .gitea/workflows/build_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_docker.yml b/.gitea/workflows/build_docker.yml index c3e020c..907ecba 100644 --- a/.gitea/workflows/build_docker.yml +++ b/.gitea/workflows/build_docker.yml @@ -56,7 +56,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: docker/Dockerfile + file: ./Dockerfile push: true tags: "${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSIONARCH }}"