We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a5af2a + 777c8ae commit 9e262cbCopy full SHA for 9e262cb
.github/workflows/build-container.yml
@@ -35,16 +35,10 @@ jobs:
35
# ^^ see scripts/create-alma10-base.sh for how this gets created
36
tag_str: 'el10'
37
repo: ['development', 'testing', 'release']
38
- series: ['23', '24', '25']
+ series: ['24', '25']
39
exclude:
40
- - series: '23'
41
- base: {image: 'hub.opensciencegrid.org/osg-htc/alma10-base:combo', tag_str: 'el10'}
42
- series: '24'
43
base: {image: 'hub.opensciencegrid.org/osg-htc/alma10-base:combo', tag_str: 'el10'}
44
- - series: '25'
45
- repo: 'release'
46
47
- repo: 'testing'
48
needs: make-date-tag
49
steps:
50
- name: checkout docker-software-base
0 commit comments