Skip to content

Commit

Permalink
Merge branch 'devnet-ready' into test-archive-sync-off-v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
orriin committed Dec 14, 2024
2 parents bc745f6 + e799bc8 commit b2c023b
Show file tree
Hide file tree
Showing 41 changed files with 3,106 additions and 845 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/check-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build Docker Image

on:
pull_request:

jobs:
build:
runs-on: SubtensorCI

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build Docker Image
run: docker build .
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish Docker Image
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand Down
Loading

0 comments on commit b2c023b

Please sign in to comment.