dockerfile/.gitea/workflows/demo.yaml
weiguoqiang d66b06dea3
All checks were successful
Docker Image CI / build (push) Successful in 2s
更新.gitea/workflows/demo.yml skip-checks:true
2024-11-13 06:17:12 +00:00

11 lines
282 B
YAML

name: Docker Image CI
on:
push:
branches: [ main ]
jobs:
build:
runs-on: docker
steps:
- uses: https://gitea.com/actions/checkout@v4
- name: Build the Docker image
run: docker build . --file jupyterlab.Dockerfile --tag jupyterlab:$(date +%Y%m%d%H%M%S)