chore: Update Docker build workflow to push images to internal registry

This commit is contained in:
Max 2024-08-23 17:22:48 +08:00
parent 10417631ce
commit 3c7e2ec728

View file

@ -36,6 +36,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
registry: hub.iqka.com
username: ${{ secrets.DOCKER_INTERNAL_USER }}
password: ${{ secrets.DOCKER_INTERNAL_TOKEN }}