Skip to content

Commit

Permalink
update registry script
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Jun 25, 2024
1 parent dbbd596 commit eecfeaf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/googleregistry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,19 @@ jobs:
see also https://github.com/ahdis/matchbox/releases/tag/${{ github.ref_name }}
docker pull ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/${{ env.IMAGE }}:${{ github.ref_name }}
docker pull ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/${{ env.IMAGE }}:${{ github.ref_name }}
- name: Send a stream message to Zulip
uses: zulip/github-actions-zulip/send-message@v1
if: failure()
with:
api-key: ${{ secrets.ZULIPAPIKEY }}
email: "ahdis-bot@chat.fhir.org"
organization-url: "https://chat.fhir.org"
to: "ahdis"
type: "stream"
topic: "failed publishing matchbox"
content: |
failure ${{ env.REPOSITORY }}/${{ env.IMAGE }}:${{ github.ref_name }}
see https://github.com/ahdis/matchbox-ch-elm/actions/runs/${{ github.run_id }}
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024/06/25 Release 3.8.x

- add support for dateTime [#243](https://github.com/ahdis/matchbox/issues/243)


2024/06/25 Release 3.8.8

- validation for 3 letter country codes [#259](https://github.com/ahdis/matchbox/issues/259)
Expand Down

0 comments on commit eecfeaf

Please sign in to comment.