Skip to content

Commit

Permalink
Merge pull request #1481 from alphagov/update-build-image-tag-pycsw
Browse files Browse the repository at this point in the history
Update build image tag pycsw
  • Loading branch information
kentsanggds authored Sep 12, 2023
2 parents 2f5bb9b + e6c3a7d commit d0811a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image-on-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: ckan
version: 2.9.9
- name: pycsw
version: 2.4.0g
version: 2.4.0h
- name: solr
version: 8
version: 8-2,9f
arch: [ amd64 ]
permissions:
packages: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# remember to update versions on build-image-on-tags.yaml
app:
- name: ckan
version: 2.9.9
Expand Down

0 comments on commit d0811a9

Please sign in to comment.