Skip to content

Commit

Permalink
[release-20.0-rc] Remove unnecessary Docker build workflows (#16196) (#…
Browse files Browse the repository at this point in the history
…16201)

Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
  • Loading branch information
vitess-bot[bot] committed Jun 18, 2024
1 parent bbbc392 commit 6389307
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 332 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build_images.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Docker Build Images (v20+)
name: Docker Build Images
on:
push:
branches:
- main
tags:
- 'v[2-9][0-9]*.*' # run only on tags greater or equal to v20.0.0
- '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

concurrency:
group: format('{0}-{1}', ${{ github.ref }}, 'Docker Build Images (v20+)')
Expand Down
259 changes: 0 additions & 259 deletions .github/workflows/docker_build_old_base.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/docker_build_old_lite.yml

This file was deleted.

0 comments on commit 6389307

Please sign in to comment.