Add build action
This commit is contained in:
11
.gitea/workflows/build.yaml
Normal file
11
.gitea/workflows/build.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: Build xmlrpcserver image
|
||||||
|
run-name: Build xmlrpcserver image
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
docker build . -t reg.ivazh.ru/xmlrpc
|
||||||
|
docker push reg.ivazh.ru/xmlrpc
|
||||||
Reference in New Issue
Block a user