test_ci/.gitea/workflows/build.yaml
sealday f46a24ddae
All checks were successful
Build docker image / publish_npm_packages (push) Successful in 2s
xxx
2024-04-20 00:28:40 +08:00

14 lines
188 B
YAML

name: Build docker image
on:
push:
tags:
- 'v*'
jobs:
publish_npm_packages:
runs-on: ubuntu-latest
steps:
- name: Hello world
run: echo 'hello world'