File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ jobs:
22
22
username : ${{ secrets.DOCKER_USERNAME }}
23
23
password : ${{ secrets.DOCKER_PASSWORD }}
24
24
25
- - name : Build and push R21
25
+ - name : Build and push R25
26
26
uses : docker/build-push-action@v3
27
27
with :
28
28
context : ATLASxAOD
29
29
push : ${{ github.ref == 'refs/heads/main' }}
30
30
build-args : |
31
- ANALYSISBASE_TAG=21 .2.283
32
- EL=7
33
- tags : sslhep/servicex_func_adl_xaod_transformer:21 .2.283
34
- platforms : linux/amd64
35
-
31
+ ANALYSISBASE_TAG=25 .2.41
32
+ EL=9
33
+ tags : sslhep/servicex_func_adl_xaod_transformer:25 .2.41
34
+ platforms : linux/amd64,linux/arm64
35
+
36
36
- name : Build and push R22
37
37
uses : docker/build-push-action@v3
38
38
with :
@@ -44,13 +44,14 @@ jobs:
44
44
tags : sslhep/servicex_func_adl_xaod_transformer:22.2.113
45
45
platforms : linux/amd64
46
46
47
- - name : Build and push R25
47
+ - name : Build and push R21
48
48
uses : docker/build-push-action@v3
49
49
with :
50
50
context : ATLASxAOD
51
51
push : ${{ github.ref == 'refs/heads/main' }}
52
52
build-args : |
53
- ANALYSISBASE_TAG=25 .2.41
54
- EL=9
55
- tags : sslhep/servicex_func_adl_xaod_transformer:25 .2.41
53
+ ANALYSISBASE_TAG=21 .2.283
54
+ EL=7
55
+ tags : sslhep/servicex_func_adl_xaod_transformer:21 .2.283
56
56
platforms : linux/amd64
57
+
You can’t perform that action at this time.
0 commit comments