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.
main
1 parent b09c53d commit 9a507beCopy full SHA for 9a507be
.circleci/main.yml
@@ -197,6 +197,8 @@ jobs:
197
at: /home/circleci/
198
- push-to-docker-hub:
199
tag: release-$CIRCLE_TAG
200
+ - push-to-docker-hub:
201
+ tag: latest
202
push-branch-to-docker-hub:
203
parameters:
204
variant:
@@ -213,12 +215,6 @@ jobs:
213
215
steps:
214
216
- set-up-variant:
217
variant: "<< parameters.variant >>"
- - when:
- condition:
218
- equal: [ << pipeline.parameters.branch >>, "main" ]
219
- steps:
220
- - push-to-docker-hub:
221
- tag: latest
222
- when:
223
condition:
224
equal: [ << pipeline.parameters.branch >>, "develop" ]
@@ -294,7 +290,6 @@ workflows:
294
290
filters:
295
291
branches:
296
292
only:
297
- - main
298
293
- develop
299
matrix:
300
0 commit comments