Skip to content

Commit af5d638

Browse files
committed
Adding manual image tagging
1 parent 326415a commit af5d638

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- 27017:27017
8080

8181
container:
82-
image: countly/countly-core:pipelines-${{ github.base_ref || github.ref_name || inputs.custom_tag }}
82+
image: countly/countly-core:pipelines-${{ inputs.custom_tag || github.base_ref || github.ref_name }}
8383
env:
8484
COUNTLY_CONFIG__MONGODB_HOST: mongodb
8585
COUNTLY_CONFIG_API_PREVENT_JOBS: true
@@ -136,7 +136,7 @@ jobs:
136136
- 27017:27017
137137

138138
container:
139-
image: countly/countly-core:pipelines-${{ github.base_ref || github.ref_name || inputs.custom_tag }}
139+
image: countly/countly-core:pipelines-${{ inputs.custom_tag || github.base_ref || github.ref_name }}
140140
env:
141141
COUNTLY_CONFIG__MONGODB_HOST: mongodb
142142
COUNTLY_CONFIG_API_PREVENT_JOBS: true
@@ -183,7 +183,7 @@ jobs:
183183
- 27017:27017
184184

185185
container:
186-
image: countly/countly-core:pipelines-${{ github.base_ref || github.ref_name || inputs.custom_tag }}
186+
image: countly/countly-core:pipelines-${{ inputs.custom_tag || github.base_ref || github.ref_name }}
187187
env:
188188
COUNTLY_CONFIG__MONGODB_HOST: mongodb
189189
COUNTLY_CONFIG_API_PREVENT_JOBS: true
@@ -236,7 +236,7 @@ jobs:
236236
- 27017:27017
237237

238238
container:
239-
image: countly/countly-core:pipelines-${{ github.base_ref || github.ref_name || inputs.custom_tag }}
239+
image: countly/countly-core:pipelines-${{ inputs.custom_tag || github.base_ref || github.ref_name }}
240240
env:
241241
COUNTLY_CONFIG__MONGODB_HOST: mongodb
242242
COUNTLY_CONFIG_API_PREVENT_JOBS: true
@@ -314,7 +314,7 @@ jobs:
314314
- 27017:27017
315315

316316
container:
317-
image: countly/countly-core:pipelines-${{ github.base_ref || github.ref_name || inputs.custom_tag }}
317+
image: countly/countly-core:pipelines-${{ inputs.custom_tag || github.base_ref || github.ref_name }}
318318
env:
319319
COUNTLY_CONFIG__MONGODB_HOST: mongodb
320320
COUNTLY_CONFIG_API_PREVENT_JOBS: true

0 commit comments

Comments
 (0)