Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion .github/workflows/build_airflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_hadoop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 2 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_hbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_java-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_java-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_kafka-testing-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 2 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_krb5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_omid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 2 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_spark-connect-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_spark-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_stackable-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 1 2/2 * *' # https://crontab.guru/#0_1_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_testing-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 1 1/2 * *' # https://crontab.guru/#0_1_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_trino-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 2 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_vector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 1 2/2 * *' # https://crontab.guru/#0_1_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
push:
branches: [main]
tags: ['*']
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
Expand Down