mirror of
https://gitea.pinpod.ir/pinwar/gh-actions.git
synced 2026-09-18 15:52:02 +00:00
init
This commit is contained in:
15
.github/workflows/test-buil-docker.yaml
vendored
Normal file
15
.github/workflows/test-buil-docker.yaml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user