This commit is contained in:
Gharekhani Ehsan
2025-12-25 07:47:15 +03:30
parent 896663f1ed
commit 66ac590794
5 changed files with 91 additions and 0 deletions

15
.github/workflows/test-buil-docker.yaml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Docker Image CI
run-name: ${{ github.actor }} run Actions 🚀
on:
- push
jobs:
docker:
uses: ./.github/workflows/docker.yaml
with:
registry: ${{ vars.REGISTERY_ADDRESS }}
image: ${{ vars.REGISTERY_ADDRESS }}/${{ github.repository }}
secrets:
REGISTERY_USER: ${{ secrets.REGISTERY_USER }}
REGISTERY_PASSWORD: ${{ secrets.REGISTERY_PASSWORD }}