From b457f2adffefced75c5712d3829cdabcaeab9b05 Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 15 Jan 2024 17:12:09 -0600 Subject: [PATCH] Continue troubleshooting Gitea bug --- .gitea/workflows/commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 647c9ef..d58bd8a 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -38,7 +38,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@master with: context: . file: ./Dockerfile