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