[+] add github actions file
Some checks failed
Build and Push Docker Images / docker (push) Failing after 28s

This commit is contained in:
sunyz 2025-01-22 17:47:51 +08:00
parent 8167277863
commit 7355e52e3f
2 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,9 @@ jobs:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

View File

@ -14,8 +14,7 @@ import (
func main() {
pref := tele.Settings{
Token: os.Getenv("TOKEN"),
Token: os.Getenv("TOKEN"),
Poller: &tele.LongPoller{Timeout: 10 * time.Second},
}