Add login for both docker hubs
Docker Build and Release Upload / build-rocm (push) Failing after 46s

This commit is contained in:
2026-05-12 20:10:37 -07:00
parent 363b7cd212
commit 0f49bfe445
2 changed files with 7 additions and 1 deletions
+7
View File
@@ -23,6 +23,13 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Log in to docker.mistox.net
uses: docker/login-action@v3
with:
registry: docker.mistox.net
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build and push rocm-aarch64-base - name: build and push rocm-aarch64-base
run: | run: |
docker buildx build \ docker buildx build \
Submodule TheRock deleted from b296f29cdd