Skip to content

Commit

Permalink
ci(pytest): remove additional -alpine from postgis img
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 20, 2023
1 parent 542ff18 commit 6d2802e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: hotosm/gh-workflows/.github/workflows/image_cache.yml@main
with:
image_names: |
docker.io/postgis/postgis:${{ vars.POSTGIS_TAG }}-alpine
docker.io/postgis/postgis:${{ vars.POSTGIS_TAG }}
ghcr.io/hotosm/fmtm/odkcentral:${{ vars.ODK_CENTRAL_TAG }}
ghcr.io/hotosm/fmtm/odkcentral-proxy:${{ vars.ODK_CENTRAL_TAG }}
docker.io/minio/minio:${{ vars.MINIO_TAG }}
Expand Down

0 comments on commit 6d2802e

Please sign in to comment.