Skip to content

Commit

Permalink
Use root6.22.02 release tag
Browse files Browse the repository at this point in the history
significantly smaller
  • Loading branch information
matthewfeickert committed Nov 18, 2020
1 parent 1390f99 commit 546fd4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
test-ROOT-6_20-Py-3_7:

runs-on: ubuntu-latest
container: pyhf/pyhf-validation-root-base:root6.20.00-python3.7
container: pyhf/pyhf-validation-root-base:root6.22.02-python3.8

steps:
- uses: actions/checkout@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: pyhf/pyhf-validation
dockerfile: docker/Dockerfile
tags: latest,root6.20.00,root6.20.00-python3.7
tags: latest,root6.22.02,root6.22.02-python3.8
- name: Build and Publish to Registry with Release Tag
if: startsWith(github.ref, 'refs/tags/')
uses: docker/build-push-action@v1
Expand All @@ -31,5 +31,5 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: pyhf/pyhf-validation
dockerfile: docker/Dockerfile
tags: latest,latest-stable,root6.20.00,root6.20.00-python3.7
tags: latest,latest-stable,root6.22.02,root6.22.02-python3.8
tag_with_ref: true
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pyhf/pyhf-validation-root-base:root6.20.00-python3.7 as base
FROM pyhf/pyhf-validation-root-base:root6.22.02-python3.8 as base

FROM base as builder
COPY . /code
Expand Down

0 comments on commit 546fd4a

Please sign in to comment.