From 546fd4af007728026a5520a2baf3ce367f0dbb20 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 10 Apr 2020 18:18:10 -0500 Subject: [PATCH] Use root6.22.02 release tag significantly smaller --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 4 ++-- docker/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 148df94..c81eedf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e38768b..3a7b5c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -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 diff --git a/docker/Dockerfile b/docker/Dockerfile index 722d398..d97d4a4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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