This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Create docker-image.yml
tags/v0.3.11-rc1
Haixuan Xavier Tao
GitHub
10 months ago
parent
96885e9831
commit
1ee502796e
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
21 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+21
-0
.github/workflows/docker-image.yml
+ 21
- 0
.github/workflows/docker-image.yml
View File
@@ -0,0 +1,21 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
paths:
- "docker/**"
pull_request:
branches: [ "main" ]
paths:
- "docker/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build docker/minimal --tag dora-minimal:$(date +%s)
Write
Preview
Loading…
Cancel
Save