diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7723bc6..8bb4f8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,10 @@ name: docker on: push: workflow_dispatch: + inputs: + build_parents: + description: 'Build parents images' + type: boolean schedule: - cron: '0 12 * * *' @@ -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