1
0
mirror of https://github.com/pravets/oscript-images.git synced 2025-11-23 22:24:41 +02:00

chore: добавил конфиг сборки winow в GitHub Actions

This commit is contained in:
Iosif Pravets
2025-07-25 10:38:31 +00:00
committed by GitHub
parent 1eb50f7233
commit bc3a34c2c7

26
.github/workflows/build-winow.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: Build winow Docker Image
on:
push:
tags:
- 'winow' # реагировать на тег winow
jobs:
build:
runs-on: ubuntu-latest
env:
DOCKER_REGISTRY_URL: ${{ secrets.DOCKER_REGISTRY_URL }}
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and Push Docker image
run: |
echo "Собираем winow"
./src/build-winow.sh