Update workflow

This commit is contained in:
West14
2021-12-29 17:21:25 +02:00
parent 4d8c7b3fa6
commit f20dc2d089
+2 -2
View File
@@ -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 }}