From f20dc2d0895011d9be13315df72b8be843c92602 Mon Sep 17 00:00:00 2001 From: West14 <30056636+West14@users.noreply.github.com> Date: Wed, 29 Dec 2021 17:21:25 +0200 Subject: [PATCH] Update workflow --- .github/workflows/build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 9dad752..aaf0769 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -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 }} \ No newline at end of file + tags: ${{ secrets.REGISTRY_URL }}/west/telegram-bot:latest,${{ secrets.REGISTRY_URL }}/west/telegram-bot:${{ github.sha }} \ No newline at end of file