Skip to content

Commit 6c7ac67

Browse files
authored
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
1 parent ab5df7d commit 6c7ac67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-build-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111

1212
services:
1313
rabbitmq:
14-
image: rabbitmq
14+
image: rabbitmq:management
1515
ports:
1616
- 5672:5672
17+
- 15762:15762
1718

1819
steps:
1920
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)