Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
  • Loading branch information
Gsantomaggio committed Sep 11, 2023
1 parent 67325e9 commit 44c8737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
docker load --input /tmp/myimage.tar
docker image ls -a
docker run -it --rm --name rabbitmq-stream-client-test \
docker run -t --rm --name rabbitmq-stream-client-test \
-p 5552:5552 -p 5672:5672 -p 15672:15672 \
e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS="-rabbitmq_stream advertised_host localhost" \
myimage
Expand Down

0 comments on commit 44c8737

Please sign in to comment.