Skip to content

Commit

Permalink
Update RabbitMQ setup action to authenticate container request to Doc…
Browse files Browse the repository at this point in the history
…ker Hub (#1415)

* Update RabbitMQ setup action to authenticate container request to Docker Hub

* Bump azure/login
  • Loading branch information
DavidBoike authored Jul 2, 2024
1 parent bfda384 commit ba2c20f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit ba2c20f

Please sign in to comment.