You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by va...@apache.org on 2021/02/08 22:25:26 UTC

[camel-kafka-connector] branch gh-actions-tests updated: Changed volume mounting strategy

This is an automated email from the ASF dual-hosted git repository.

valdar pushed a commit to branch gh-actions-tests
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/gh-actions-tests by this push:
     new dd7275e  Changed volume mounting strategy
dd7275e is described below

commit dd7275edc068025dde44a849eb6b70da1a16a05b
Author: Andrea Tarocchi <an...@gmail.com>
AuthorDate: Mon Feb 8 23:25:07 2021 +0100

    Changed volume mounting strategy
---
 .github/workflows/ci-build.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 44b9e0e..b7bc689 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -38,9 +38,7 @@ jobs:
       image: registry
       ports:
         - 5000:5000
-      options: --restart always
-      volumes:
-        - /tmp/registry:/var/lib/registry
+      options: -v /tmp/registry:/var/lib/registry --restart always
     strategy:
       matrix:
         java: [ '8', '11', '14' ]