Add build action
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Build xmlrpcserver image / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
Ivan Vazhenin
2024-02-25 16:02:40 +03:00
parent 4078dbd84c
commit 3230931e4e

View 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