From 6c6eb024db9ec3e4b3f9379d63b685866e121658 Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Fri, 20 Dec 2024 12:27:20 +1100 Subject: [PATCH] Switch to develop-1.8 in docs/conf.py and GHAs. --- .github/workflows/main.yml | 6 +++--- docs/conf.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c286eef0a..c1114b1f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ on: env: DOCKER_USER: gadockersvc - DOCKER_IMAGE: opendatacube/datacube-tests:latest + DOCKER_IMAGE: opendatacube/datacube-tests:latest1.8 jobs: @@ -69,7 +69,7 @@ jobs: id: login if: | github.event_name == 'push' - && github.ref == 'refs/heads/develop' + && github.ref == 'refs/heads/develop-1.8' uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUBUSER }} @@ -106,7 +106,7 @@ jobs: - name: DockerHub Push if: | github.event_name == 'push' - && github.ref == 'refs/heads/develop' + && github.ref == 'refs/heads/develop-1.8' && steps.changes.outputs.docker == 'true' uses: docker/build-push-action@v6 with: diff --git a/docs/conf.py b/docs/conf.py index e3f4bd8d3..25ca8f3d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -140,7 +140,7 @@ html_context = { "github_user": "opendatacube", "github_repo": "datacube-core", - "github_version": "develop", + "github_version": "develop-1.8", "doc_path": "docs", }