Skip to content

Commit

Permalink
2023.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Mar 3, 2023
1 parent 91cc515 commit a2e5f47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- "2022.1"
- "2022.2"
- "2022.3"
- "2023.1"
steps:
- uses: actions/checkout@master
- name: Export metadata
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ help:
2021.2: IMAGE = intersystemsdc/irishealth-community:2021.2.0.651.0-zpm
2022.1: IMAGE = intersystemsdc/irishealth-community:2022.1.1.374.0-zpm
2022.2: IMAGE = intersystemsdc/irishealth-community:2022.2.0.368.0-zpm
2022.3: IMAGE = intersystemsdc/irishealth-community:2022.3.0.599.0-zpm
2022.3: IMAGE = intersystemsdc/irishealth-community:2022.3.0.606.0-zpm
2023.1: IMAGE = containers.intersystems.com/intersystems/irishealth-community:2023.1.0.196.0

targets=$(shell sed 's/^\(20[0-9][0-9]\.[1-9]\): IMAGE.*/\1/p;d' $(MAKEFILE_LIST))
ensemble=$(shell sed 's/^\(20[0-9][0-9]\.[1-9]\): IMAGE.*ensemble.*/\1/p;d' $(MAKEFILE_LIST))
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
iris:
image: store/intersystems/irishealth-community:2021.1.0.215.0
image: containers.intersystems.com/intersystems/irishealth-community:2023.1.0.196.0
init: true
command:
- -a
Expand Down

0 comments on commit a2e5f47

Please sign in to comment.