init
Build and Push / build (push) Has been cancelled

This commit is contained in:
2026-05-27 23:16:15 +07:00
commit a18ed85ee9
2 changed files with 35 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
name: Build and Push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Registry
uses: docker/login-action@v3
with:
registry: git.realmanual.ru
username: ${{ github.actor }}
password: ${{ secrets.TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: git.realmanual.ru/pub/openssh-client:latest