aa
All checks were successful
Build docker image / publish_npm_packages (push) Successful in 2s

This commit is contained in:
sealday 2024-04-20 00:27:51 +08:00
parent eb8d0dbc7e
commit b5c0b3ee5c

View File

@ -0,0 +1,13 @@
name: Build docker image
on:
push:
tags:
- '*'
jobs:
publish_npm_packages:
runs-on: ubuntu-latest
steps:
- name: Hello world
run: echo 'hello world'