We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f012f commit c32e48dCopy full SHA for c32e48d
.github/workflows/main.yml
@@ -3,6 +3,10 @@ name: docker
3
on:
4
push:
5
workflow_dispatch:
6
+ inputs:
7
+ build_parents:
8
+ description: 'Build parents images'
9
+ type: boolean
10
schedule:
11
- cron: '0 12 * * *'
12
@@ -17,4 +21,5 @@ jobs:
17
21
- env:
18
22
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
19
23
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
24
+ BUILD_PARENTS: ${{ github.event.inputs.build_parents }}
20
25
run: bash ./run github:build_and_push
0 commit comments