From 9bf610fea5bf8a24b0efeb8c18a46627e2e3edb4 Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 15 Jan 2024 17:48:58 -0600 Subject: [PATCH] Continue testing actions --- .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 f65465e..5cf8779 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -40,7 +40,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@master # env: # ACTIONS_RUNTIME_TOKEN: "" with: