Skip to content

Commit

Permalink
Use ckan image
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 21, 2024
1 parent 7b3b71c commit 31b5f4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: CKAN ${{ matrix.ckan-version }}, Solr ${{ matrix.solr-image }}
runs-on: ubuntu-latest
container:
image: openknowledge/ckan-dev:${{ matrix.ckan-version }}
image: ckan/ckan-dev:${{ matrix.ckan-version }}
services:
solr:
image: ckan/ckan-solr:${{ matrix.solr-image }}
Expand All @@ -56,7 +56,7 @@ jobs:
PGPASSWORD: postgres

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies (common)
run: |
Expand All @@ -78,7 +78,7 @@ jobs:
pip install -U pip --cache-dir ~/.cache/pip
chown -R $(whoami) ~/.cache/pip
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: |
Expand Down

0 comments on commit 31b5f4e

Please sign in to comment.