Skip to content

Commit 3f333df

Browse files
committed
Replace base image for basemap workflow
1 parent 2aefca2 commit 3f333df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/basemap.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
max-parallel: 2
2121
fail-fast: false
2222
runs-on: ubuntu-latest
23-
container: "tinybases/${{ matrix.arch }}-python:3.6-debian-4"
23+
container: "pylegacy/${{ matrix.arch }}-python:3.6-debian-4"
2424
steps:
2525
-
2626
name: Checkout
@@ -88,7 +88,7 @@ jobs:
8888
fail-fast: false
8989
needs: build-geos
9090
runs-on: ubuntu-latest
91-
container: "tinybases/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-4"
91+
container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-4"
9292
steps:
9393
-
9494
name: Checkout
@@ -172,7 +172,7 @@ jobs:
172172
fail-fast: false
173173
needs: build
174174
runs-on: ubuntu-latest
175-
container: "tinybases/${{ matrix.arch }}-python:3.6-debian-5"
175+
container: "pylegacy/${{ matrix.arch }}-python:3.6-debian-5"
176176
steps:
177177
-
178178
name: Checkout
@@ -274,7 +274,7 @@ jobs:
274274
if: startsWith(github.event.ref, 'refs/tags/v')
275275
needs: repair
276276
runs-on: ubuntu-latest
277-
container: "tinybases/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-5"
277+
container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-5"
278278
environment: PyPI
279279
steps:
280280
-

0 commit comments

Comments
 (0)