From 315e2aca80e8c39a2ea7c676c5634c0c1ea6b658 Mon Sep 17 00:00:00 2001 From: minish Date: Thu, 3 Aug 2023 19:11:30 -0400 Subject: [PATCH] actions runtime token bug isn't fixed in v4 yet --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c23e529..3fe58b7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,7 +20,7 @@ jobs: username: ${{ gitea.actor }} password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@master with: push: true tags: min/actions-test:latest