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: