This commit is contained in:
parent
eb8d0dbc7e
commit
b5c0b3ee5c
13
.gitea/workflows/build.yaml
Normal file
13
.gitea/workflows/build.yaml
Normal 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'
|
Loading…
Reference in New Issue
Block a user