Use management tag for RabbitMQ image on GH actions (#1283)
* Use management tag for RabbitMQ image on GH actions * * Add RabbitMQ management ports mapping for service image in the GH actions
This commit is contained in:
3
.github/workflows/pr-build-workflow.yml
vendored
3
.github/workflows/pr-build-workflow.yml
vendored
@@ -11,9 +11,10 @@ jobs:
|
||||
|
||||
services:
|
||||
rabbitmq:
|
||||
image: rabbitmq
|
||||
image: rabbitmq:management
|
||||
ports:
|
||||
- 5672:5672
|
||||
- 15762:15762
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user