Skip to content

Commit

Permalink
updates to midori ai subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Sep 8, 2024
1 parent 1ad91a4 commit 9fd1986
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 6 deletions.
35 changes: 34 additions & 1 deletion .github/workflows/Program_Build_Upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
./git_uploader --type Linux --username "${{ secrets.MIDORI_AI_USERNAME }}" --password "${{ secrets.MIDORI_AI_PASSWORD }}" --twoflogin "${{ secrets.MIDORI_AI_TFA }}" --file "midori_ai_login" --filename "midori_ai_login"
push_subsystem_manager_to_hub:
name: Push Subsystem (other os) to Docker Hub
name: Push Subsystem (Ubuntu Rolling) to Docker Hub
runs-on: ubuntu-latest
needs: Build-Subsystem-Programs
steps:
Expand Down Expand Up @@ -136,6 +136,39 @@ jobs:
run: |
docker image prune -f
push_pixelarch_subsystem_topaz_to_hub:
name: Push Midori AI's PixelArch (Subsystem Manager) to Docker Hub
runs-on: ubuntu-latest
needs: Build-Subsystem-Programs
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Log in to Docker Hub
uses: docker/login-action@master
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
logout: false

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@master
with:
images: lunamidori5/pixelarch
tags: |
type=raw,value=topaz
- name: Build and push PixelArch OS (Subsystem Manager) Docker Image
uses: docker/build-push-action@master
with:
context: ./Subsystem-Manager/subsystem_docker_stuff/
file: ./Subsystem-Manager/subsystem_docker_stuff/midori-ai-subsystem-manager-pixelarch-dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

push_cpu_to_hub:
name: Push LocalAI CPU to Docker Hub
runs-on: self-hosted
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Push_PixelArch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
type=raw,value=latest
type=raw,value=quartz
- name: Build and push Docker Image
- name: Build and push PixelArch Docker Image
uses: docker/build-push-action@master
with:
context: ./Cluster-OS/aiclusteros/
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
tags: |
type=raw,value=amethyst
- name: Build and push Cluster OS (Amethyst) Docker Image
- name: Build and push PixelArch OS (Amethyst) Docker Image
uses: docker/build-push-action@master
with:
context: ./Cluster-OS/aiclusteros/
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
tags: |
type=raw,value=topaz
- name: Build and push Cluster OS (Topaz) Docker Image
- name: Build and push PixelArch OS (Topaz) Docker Image
uses: docker/build-push-action@master
with:
context: ./Cluster-OS/aiclusteros/
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
tags: |
type=raw,value=emerald
- name: Build and push Cluster OS (Emerald) Docker Image
- name: Build and push PixelArch OS (Emerald) Docker Image
uses: docker/build-push-action@master
with:
context: ./Cluster-OS/aiclusteros/
Expand Down
2 changes: 1 addition & 1 deletion Subsystem-Manager

0 comments on commit 9fd1986

Please sign in to comment.