From e0bf98951760859bc893439a1373a66d5b96a60b Mon Sep 17 00:00:00 2001 From: David Boike Date: Tue, 2 Jul 2024 10:58:32 -0500 Subject: [PATCH] Update RabbitMQ setup action to authenticate container request to Docker Hub (#1417) * Update RabbitMQ setup action to authenticate container request to Docker Hub * Bump azure/login --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 573186e96..b38a5e9f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,15 +46,17 @@ jobs: path: nugets/ retention-days: 7 - name: Azure login - uses: azure/login@v2.0.0 + uses: azure/login@v2.1.1 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} enable-AzPSSession: true - name: Setup RabbitMQ - uses: Particular/setup-rabbitmq-action@v1.5.0 + uses: Particular/setup-rabbitmq-action@v1.6.0 with: connection-string-name: RabbitMQTransport_ConnectionString tag: RabbitMQTransport + registry-username: ${{ secrets.DOCKERHUB_USERNAME }} + registry-password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Run tests uses: Particular/run-tests-action@v1.7.0 with: