Skip to content

Commit ba2c20f

Browse files
authored
Update RabbitMQ setup action to authenticate container request to Docker Hub (#1415)
* Update RabbitMQ setup action to authenticate container request to Docker Hub * Bump azure/login
1 parent bfda384 commit ba2c20f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,17 @@ jobs:
4646
path: nugets/
4747
retention-days: 7
4848
- name: Azure login
49-
uses: azure/login@v2.0.0
49+
uses: azure/login@v2.1.1
5050
with:
5151
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
5252
enable-AzPSSession: true
5353
- name: Setup RabbitMQ
54-
uses: Particular/setup-rabbitmq-action@v1.5.0
54+
uses: Particular/setup-rabbitmq-action@v1.6.0
5555
with:
5656
connection-string-name: RabbitMQTransport_ConnectionString
5757
tag: RabbitMQTransport
58+
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
59+
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
5860
- name: Run tests
5961
uses: Particular/[email protected]
6062
with:

0 commit comments

Comments
 (0)