Skip to content

Commit

Permalink
Switch to develop-1.8 in docs/conf.py and GHAs.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Dec 20, 2024
1 parent 5cc7435 commit 6c6eb02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
DOCKER_USER: gadockersvc
DOCKER_IMAGE: opendatacube/datacube-tests:latest
DOCKER_IMAGE: opendatacube/datacube-tests:latest1.8


jobs:
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
html_context = {
"github_user": "opendatacube",
"github_repo": "datacube-core",
"github_version": "develop",
"github_version": "develop-1.8",
"doc_path": "docs",
}

Expand Down

0 comments on commit 6c6eb02

Please sign in to comment.