We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b3229 commit 7fe0982Copy full SHA for 7fe0982
.github/workflows/docker-image.yml
@@ -14,9 +14,13 @@ on:
14
type: boolean
15
required: false
16
default: false
17
+ ts_version:
18
+ description: 'TS version to be used'
19
+ required: false
20
+ default: main
21
env:
22
ORG: ${{inputs.ORG}}
- TS_VERSION: main
23
+ TS_VERSION: ${{inputs.ts_version}}
24
BETA: 1 # prevents the latest tag from being pushed.
25
jobs:
26
@@ -87,4 +91,4 @@ jobs:
87
91
make push ORG=$ORG PG_VER=pg${{ matrix.pg }} TS_VERSION=$TS_VERSION BETA=$BETA TAG_VERSION="$TAG_VERSION"
88
92
working-directory: bitnami
89
93
90
- TAG_VERSION: "${{inputs.ORG}}/timescaledb:${{inputs.version}}-pg${{ matrix.pg }}-bitnami"
94
+ TAG_VERSION: "${{inputs.ORG}}/timescaledb:${{inputs.version}}-pg${{ matrix.pg }}-bitnami"
0 commit comments