Skip to content

Commit

Permalink
Improve CI add build_parents input
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Mar 13, 2024
1 parent e24e92b commit 652e640
Show file tree
Hide file tree
Showing 67 changed files with 358 additions and 19 deletions.
5 changes: 5 additions & 0 deletions abc/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions adminer/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions allure/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions ansible/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions base/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions borgbackup/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions chromium/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions context/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,5 +21,6 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
DOCKER_PLATFORM: linux/amd64
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions curl/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions dbcli/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions deployer/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions elasticsearch/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions erlang/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions ffmpeg/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions flarum/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions ghostscript/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions gimp/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions git/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions glibc/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions graphviz/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions htmldiff/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions hugo/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
5 changes: 5 additions & 0 deletions imagemagick/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker
on:
push:
workflow_dispatch:
inputs:
build_parents:
description: 'Build parents images'
type: boolean
schedule:
- cron: '0 12 * * *'

Expand All @@ -17,4 +21,5 @@ jobs:
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
run: bash ./run github:build_and_push
Loading

0 comments on commit 652e640

Please sign in to comment.