Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build_airflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 0 1/2 * * # https://crontab.guru/#0_0_1/2_*_*
push:
Expand Down Expand Up @@ -62,10 +62,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 1 1/2 * * # https://crontab.guru/#0_1_1/2_*_*
push:
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_hadoop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 2 1/2 * * # https://crontab.guru/#0_2_1/2_*_*
push:
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_hbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 0 2/2 * * # https://crontab.guru/#0_0_2/2_*_*
push:
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 2 2/2 * * # https://crontab.guru/#0_2_2/2_*_*
push:
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_java-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 0 1/2 * * # https://crontab.guru/#0_0_1/2_*_*
push:
Expand Down Expand Up @@ -60,10 +60,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_java-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 1 1/2 * * # https://crontab.guru/#0_1_1/2_*_*
push:
Expand Down Expand Up @@ -60,10 +60,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_kafka-testing-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 2 1/2 * * # https://crontab.guru/#0_2_1/2_*_*
push:
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 0 2/2 * * # https://crontab.guru/#0_0_2/2_*_*
push:
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_krb5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 2 2/2 * * # https://crontab.guru/#0_2_2/2_*_*
push:
Expand Down Expand Up @@ -60,10 +60,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 0 1/2 * * # https://crontab.guru/#0_0_1/2_*_*
push:
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_omid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 1 1/2 * * # https://crontab.guru/#0_1_1/2_*_*
push:
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 2 1/2 * * # https://crontab.guru/#0_2_1/2_*_*
push:
Expand Down Expand Up @@ -62,10 +62,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 0 2/2 * * # https://crontab.guru/#0_0_2/2_*_*
push:
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_opensearch_dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 0 2/2 * * # https://crontab.guru/#0_0_2/2_*_*
push:
Expand Down Expand Up @@ -63,10 +63,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_spark-connect-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 0 2/2 * * # https://crontab.guru/#0_0_2/2_*_*
push:
Expand Down Expand Up @@ -63,10 +63,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_spark-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 0 2/2 * * # https://crontab.guru/#0_0_2/2_*_*
push:
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_stackable-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: Produce floating tag
type: boolean
required: true
default: false
default: true
schedule:
- cron: 0 1 2/2 * * # https://crontab.guru/#0_1_2/2_*_*
push:
Expand Down Expand Up @@ -61,10 +61,10 @@ jobs:
run: |
set -euo pipefail

# Default to false if not set/empty (if not triggered by workflow_dispatch)
# Default to true if not set/empty (if not triggered by workflow_dispatch)
# Keep this default value in sync with the default value specified for workflow_dispatch!
if [ -z "${INPUT_FLOATING_TAG:-}" ]; then
echo "FLOATING_TAG=false" | tee -a "$GITHUB_OUTPUT"
echo "FLOATING_TAG=true" | tee -a "$GITHUB_OUTPUT"
else
echo "FLOATING_TAG=${INPUT_FLOATING_TAG}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
Loading