Skip to content

Commit 6a56ea5

Browse files
authored
Merge pull request #17 from devilbox/release-0.1.29
Release 0.1.29
2 parents ea58ccc + 959673b commit 6a56ea5

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

.github/workflows/docker-multistage-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
required: true
2121
type: string
2222
can_deploy:
23-
description: 'Determines wheather this workflow will also deploy (login and push).'
23+
description: 'Determines whether this workflow will also deploy (login and push).'
2424
required: true
2525
type: boolean
2626
has_refs:

.github/workflows/docker-multistage-push-manifest.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ on:
1818
description: 'The flavour to build (Examples: base, mods, prod or work).'
1919
required: true
2020
type: string
21-
enabled:
22-
description: 'Determines wheather this workflow is enabled at all (will run or skip).'
23-
required: true
24-
type: boolean
2521
can_deploy:
26-
description: 'Determines wheather this workflow will also deploy (login and push).'
22+
description: 'Determines whether this workflow will also deploy (login and push).'
2723
required: true
2824
type: boolean
2925
has_refs:
@@ -53,7 +49,7 @@ jobs:
5349
fail-fast: false
5450
matrix:
5551
include: ${{ fromJson(inputs.matrix) }}
56-
if: inputs.enabled && inputs.can_deploy
52+
if: inputs.can_deploy
5753
steps:
5854
# ------------------------------------------------------------
5955
# Setup repository

.github/workflows/docker-name-version-arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
###
88
inputs:
99
enabled:
10-
description: 'Determines wheather this workflow is enabled at all (will run or skip).'
10+
description: 'Determines whether this workflow is enabled at all (will run or skip).'
1111
required: true
1212
type: boolean
1313
can_deploy:
14-
description: 'Determines wheather this workflow will also deploy (login and push).'
14+
description: 'Determines whether this workflow will also deploy (login and push).'
1515
required: true
1616
type: boolean
1717
matrix:

.github/workflows/docker-name-version-flavour-arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
###
88
inputs:
99
enabled:
10-
description: 'Determines wheather this workflow is enabled at all (will run or skip).'
10+
description: 'Determines whether this workflow is enabled at all (will run or skip).'
1111
required: true
1212
type: boolean
1313
can_deploy:
14-
description: 'Determines wheather this workflow will also deploy (login and push).'
14+
description: 'Determines whether this workflow will also deploy (login and push).'
1515
required: true
1616
type: boolean
1717
matrix:

0 commit comments

Comments
 (0)