Skip to content

Commit 41906ea

Browse files
committed
chore: trigger a new build
1 parent ccd2e90 commit 41906ea

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Diff for: .github/workflows/ami-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- develop
7+
- da/new-build
78
paths:
89
- '.github/workflows/ami-release.yml'
910
- 'common.vars.pkr.hcl'

Diff for: .github/workflows/dockerhub-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- develop
7+
- da/new-build
78
paths:
89
- ".github/workflows/dockerhub-release.yml"
910
- "common.vars*"

Diff for: common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.63"
1+
postgres-version = "15.1.0.64-rc0"

0 commit comments

Comments
 (0)