Skip to content

Commit d627a92

Browse files
committed
Define containerfile since we moved matrix to shared workflow
1 parent 0acfcc6 commit d627a92

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.daemonless/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,24 @@ cit:
77
build:
88
variants:
99
- tag: "14"
10+
containerfile: Containerfile.pkg
1011
args:
1112
PG_VERSION: "14"
1213
BASE_VERSION: "15-quarterly"
1314
aliases: ["14-pkg"]
1415
- tag: "14-pkg-latest"
16+
containerfile: Containerfile.pkg
1517
args:
1618
PG_VERSION: "14"
1719
BASE_VERSION: "15"
1820
- tag: "17"
21+
containerfile: Containerfile.pkg
1922
args:
2023
PG_VERSION: "17"
2124
BASE_VERSION: "15-quarterly"
2225
aliases: ["17-pkg", "pkg", "latest"]
2326
- tag: "17-pkg-latest"
27+
containerfile: Containerfile.pkg
2428
args:
2529
PG_VERSION: "17"
2630
BASE_VERSION: "15"

0 commit comments

Comments
 (0)