Add build action
All checks were successful
Build xmlrpcserver image / Build (push) Successful in 57s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
Ivan Vazhenin
2024-02-25 16:14:37 +03:00
parent a742774ae1
commit 201b2d2da6

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- name: Set up Docker Buildx
@@ -20,4 +20,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: "reg.ivazh.ru/xmlrpc:latest"
tags: "10.10.8.83:32000/xmlrpc:latest"