Skip to content

Commit a6d1235

Browse files
Use root6.20.04 release tag
significantly smaller
1 parent 1390f99 commit a6d1235

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
test-ROOT-6_20-Py-3_7:
5454

5555
runs-on: ubuntu-latest
56-
container: pyhf/pyhf-validation-root-base:root6.20.00-python3.7
56+
container: pyhf/pyhf-validation-root-base:root6.20.04-python3.7
5757

5858
steps:
5959
- uses: actions/checkout@master

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
password: ${{ secrets.DOCKER_PASSWORD }}
2323
repository: pyhf/pyhf-validation
2424
dockerfile: docker/Dockerfile
25-
tags: latest,root6.20.00,root6.20.00-python3.7
25+
tags: latest,root6.20.04,root6.20.04-python3.7
2626
- name: Build and Publish to Registry with Release Tag
2727
if: startsWith(github.ref, 'refs/tags/')
2828
uses: docker/build-push-action@v1
@@ -31,5 +31,5 @@ jobs:
3131
password: ${{ secrets.DOCKER_PASSWORD }}
3232
repository: pyhf/pyhf-validation
3333
dockerfile: docker/Dockerfile
34-
tags: latest,latest-stable,root6.20.00,root6.20.00-python3.7
34+
tags: latest,latest-stable,root6.20.04,root6.20.04-python3.7
3535
tag_with_ref: true

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pyhf/pyhf-validation-root-base:root6.20.00-python3.7 as base
1+
FROM pyhf/pyhf-validation-root-base:root6.20.04-python3.7 as base
22

33
FROM base as builder
44
COPY . /code

0 commit comments

Comments
 (0)