Skip to content

Commit

Permalink
GHA - push_image input required false
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbown committed Oct 16, 2024
1 parent a7cb4c6 commit 59e9666
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coordinator-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true
type: string
push_image:
required: true
required: false
type: boolean
default: false
secrets:
Expand All @@ -25,7 +25,7 @@ on:
inputs:
push_image:
description: 'Toggle whether to push image to docker registry'
required: true
required: false
type: boolean
default: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/postman-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true
type: string
push_image:
required: true
required: false
type: boolean
default: false
secrets:
Expand All @@ -25,7 +25,7 @@ on:
inputs:
push_image:
description: 'Toggle whether to push image to docker registry'
required: true
required: false
type: boolean
default: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prover-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true
type: string
push_image:
required: true
required: false
type: boolean
default: false
secrets:
Expand All @@ -25,7 +25,7 @@ on:
inputs:
push_image:
description: 'Toggle whether to push image to docker registry'
required: true
required: false
type: boolean
default: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/traces-api-facade-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true
type: string
push_image:
required: true
required: false
type: boolean
default: false
secrets:
Expand All @@ -25,7 +25,7 @@ on:
inputs:
push_image:
description: 'Toggle whether to push image to docker registry'
required: true
required: false
type: boolean
default: true

Expand Down

0 comments on commit 59e9666

Please sign in to comment.