2020-10-22 13:13:16 +08:00
|
|
|
name: "On Push"
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2020-10-22 19:55:00 +08:00
|
|
|
- master
|
2020-10-22 13:13:16 +08:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
rebuild_dockers:
|
|
|
|
name: "Trigger 🐳 Rebuild"
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: "Rebuild Alpine 🐳 Hub"
|
|
|
|
uses: benc-uk/workflow-dispatch@v1
|
|
|
|
with:
|
|
|
|
workflow: "Release - 🐳 Hub"
|
|
|
|
repo: varunsridharan/actions-alpine
|
|
|
|
token: ${{ secrets.GH_PUBLIC_REPO }}
|
|
|
|
|
|
|
|
- name: "Rebuild Alpine Github 🐳 Registry"
|
|
|
|
uses: benc-uk/workflow-dispatch@v1
|
|
|
|
with:
|
|
|
|
workflow: "Release - Github 🐳 Registry"
|
|
|
|
repo: varunsridharan/actions-alpine
|
2020-10-22 13:18:42 +08:00
|
|
|
token: ${{ secrets.GH_PUBLIC_REPO }}
|
|
|
|
|
|
|
|
- name: "Rebuild Alpine PHP CLI 🐳 Hub"
|
|
|
|
uses: benc-uk/workflow-dispatch@v1
|
|
|
|
with:
|
|
|
|
workflow: "Release - 🐳 Hub"
|
|
|
|
repo: varunsridharan/actions-alpine-php
|
|
|
|
token: ${{ secrets.GH_PUBLIC_REPO }}
|
|
|
|
|
|
|
|
- name: "Rebuild Alpine PHP CLI Github 🐳 Registry"
|
|
|
|
uses: benc-uk/workflow-dispatch@v1
|
|
|
|
with:
|
|
|
|
workflow: "Release - Github 🐳 Registry"
|
|
|
|
repo: varunsridharan/actions-alpine-php
|
2020-10-22 13:13:16 +08:00
|
|
|
token: ${{ secrets.GH_PUBLIC_REPO }}
|