Skip to content

Commit

Permalink
chore: Add docker v26.1.4, v27.0.1, v27.0.2, v27.0.3, v27.1.0, v27.1.1
Browse files Browse the repository at this point in the history
* Replace centos repo with RHEL
* Remove custom code for release version 7
* Update RHEL to 9.4
* Add 26.1.x in excluded versions
  • Loading branch information
chiukapoor committed Aug 2, 2024
1 parent b500e6b commit 9cff166
Show file tree
Hide file tree
Showing 24 changed files with 5,876 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_new_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python -u workflow_scripts/check-for-new-versions.py
env:
EXCLUDED_VERSIONS: "v20.10.x,v23.0.x"
EXCLUDED_VERSIONS: "v20.10.x,v23.0.x,v26.1.x"

- name: check if the PR exist
if: ${{ env.PR_TITLE != '' }}
Expand Down
Loading

0 comments on commit 9cff166

Please sign in to comment.