Skip to content

Commit

Permalink
Update build_docker_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardin08 authored May 19, 2024
1 parent 7d6df17 commit 4d871f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
files: '**/appsettings.json'
env:
MassTransit.Transport.Port: 23501
MassTransit.Transport.Port: 5672
MassTransit.Transport.Username: ${{ secrets.RABBITMQ_USERNAME }}
MassTransit.Transport.Password: ${{ secrets.RABBITMQ_PASSWORD }} # configure your variables substitution here

Expand Down

0 comments on commit 4d871f5

Please sign in to comment.