Skip to content

Commit e5dd319

Browse files
[release-20.0] Remove unnecessary Docker build workflows (#16196) (#16202)
Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
1 parent 2c9e5dd commit e5dd319

File tree

3 files changed

+2
-332
lines changed

3 files changed

+2
-332
lines changed

.github/workflows/docker_build_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Docker Build Images (v20+)
1+
name: Docker Build Images
22
on:
33
push:
44
branches:
55
- main
66
tags:
7-
- 'v[2-9][0-9]*.*' # run only on tags greater or equal to v20.0.0
7+
- 'v[2-9][0-9]*.*' # run only on tags greater or equal to v20.0.0 where this new way of building docker image was changed
88

99
concurrency:
1010
group: format('{0}-{1}', ${{ github.ref }}, 'Docker Build Images (v20+)')

.github/workflows/docker_build_old_base.yml

Lines changed: 0 additions & 259 deletions
This file was deleted.

.github/workflows/docker_build_old_lite.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)