Skip to content

Commit 2483ee6

Browse files
authored
Update build_docker_image.yml (#2)
2 parents c283abf + d391a0a commit 2483ee6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_docker_image.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
files: '**/appsettings.json'
1818
env:
19-
# configure your variables substitution here
19+
MassTransit.Transport.Port: 23501
20+
MassTransit.Transport.Username: ${{ secrets.RABBITMQ_USERNAME }}
21+
MassTransit.Transport.Password: ${{ secrets.RABBITMQ_PASSWORD }} # configure your variables substitution here
2022

2123
- name: Login to GitHub Container Registry
2224
uses: docker/login-action@v3

0 commit comments

Comments
 (0)