init docker build workflow

This commit is contained in:
Basyrov Rustam
2025-06-05 23:29:57 +03:00
parent 7dfcd13a7c
commit 854fe0fbc4

17
.github/workflows/docker-build.yaml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Build and push Docker image
on:
workflow_dispatch:
pull_request:
branches:
- main
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged