Skip to content

Commit 091f22b

Browse files
authored
Merge pull request #113 from intersystems-community/master
update stage
2 parents a135d19 + f7e4087 commit 091f22b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: docker
22
on:
3+
workflow_dispatch:
4+
branches: [master]
35
push:
46
branches: [master]
57
jobs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM intersystems/iris-community:2023.1.0.185.0
1+
FROM intersystems/iris-community:2024.1
22

33
WORKDIR /opt/registry
44

module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Name>zpm-registry</Name>
66
<ExternalName>ZPM Registry</ExternalName>
77
<Description>Registry server for ZPM</Description>
8-
<Version>1.2.6</Version>
8+
<Version>1.2.9</Version>
99
<Packaging>module</Packaging>
1010
<Dependencies>
1111
<ModuleReference>

0 commit comments

Comments
 (0)