Skip to content

Commit

Permalink
Lintage and incorporate Dependabot's #1600.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Jun 20, 2024
1 parent f01146e commit 06e94ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
password: ${{ secrets.DOCKERHUBPASSWD }}

- name: Build Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: docker/Dockerfile
context: .
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
github.event_name == 'push'
&& github.ref == 'refs/heads/develop'
&& steps.changes.outputs.docker == 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: docker/Dockerfile
context: .
Expand Down
8 changes: 4 additions & 4 deletions datacube/testutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,10 @@ def gen_tiff_dataset(bands,

gbox = meta.gbox
bdict = dict(name=name,
path=fname,
layer=1,
nodata=band.nodata,
dtype=meta.dtype)
path=fname,
layer=1,
nodata=band.nodata,
dtype=meta.dtype)
mm.append(bdict)

uri = Path(base_folder_of_record/'metadata.yaml').absolute().as_uri()
Expand Down

0 comments on commit 06e94ae

Please sign in to comment.