Skip to content

Commit

Permalink
Remove unnecessary Docker build workflows (#16196)
Browse files Browse the repository at this point in the history
  • Loading branch information
frouioui authored Jun 16, 2024
1 parent 1bd0498 commit 64a4b70
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 64a4b70

Please sign in to comment.