mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Update workflow
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
-
|
||||
name: Login to DockerHub
|
||||
name: Login to Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ${{ secrets.REGISTRY_URL }}
|
||||
@@ -32,4 +32,4 @@ jobs:
|
||||
context: .
|
||||
file: docker/Dockerfile.amd64
|
||||
push: true
|
||||
tags: west/telegram-bot:latest,west-telegram-bot:${{ github.sha }}
|
||||
tags: ${{ secrets.REGISTRY_URL }}/west/telegram-bot:latest,${{ secrets.REGISTRY_URL }}/west/telegram-bot:${{ github.sha }}
|
||||
Reference in New Issue
Block a user