From e0e45c2d0fe835d43c3b8e2a4581ca0ced8944fb Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 15 Jan 2024 17:53:53 -0600 Subject: [PATCH] Continue testing actions --- .gitea/workflows/commit.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 5cf8779..7294771 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -40,9 +40,9 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@master - # env: - # ACTIONS_RUNTIME_TOKEN: "" + uses: docker/build-push-action@v5.1.0 + env: + ACTIONS_RUNTIME_TOKEN: "" with: context: . push: true