fix: update github workflow #11
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
@@ -52,4 +52,5 @@ jobs:
|
|||||||
-e TELEGRAM_BOT_TOKEN=${{secrets.TELEGRAM_BOT_TOKEN}} \
|
-e TELEGRAM_BOT_TOKEN=${{secrets.TELEGRAM_BOT_TOKEN}} \
|
||||||
-e TELEGRAM_GROUP_ID=${{secrets.TELEGRAM_GROUP_ID}} \
|
-e TELEGRAM_GROUP_ID=${{secrets.TELEGRAM_GROUP_ID}} \
|
||||||
-e MARK_STRING=${{secrets.MARK_STRING}} \
|
-e MARK_STRING=${{secrets.MARK_STRING}} \
|
||||||
|
-e POLLING_TIMEOUT=${{secrets.POLLING_TIMEOUT}} \
|
||||||
--name request-bot smallbuster/request-bot:latest
|
--name request-bot smallbuster/request-bot:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user