chore: Update Docker build workflow to push images to internal registry
This commit is contained in:
parent
10417631ce
commit
3c7e2ec728
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-docker-internal.yml
vendored
1
.github/workflows/build-docker-internal.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue