Skip to content

Commit

Permalink
changes in release again to see if it workkks
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289029 committed Apr 9, 2024
1 parent 7d26f59 commit b69f890
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
- uses: actions/checkout@v4
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}
with:
name: arquisoft/wiq_es1b/authservice
username: ${{ github.actor }}
Expand All @@ -94,6 +96,8 @@ jobs:
- uses: actions/checkout@v4
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}
with:
name: arquisoft/wiq_es1b/userservice
username: ${{ github.actor }}
Expand Down Expand Up @@ -132,6 +136,8 @@ jobs:
- uses: actions/checkout@v4
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}
with:
name: arquisoft/wiq_es1b/questionsgenerator
username: ${{ github.actor }}
Expand All @@ -149,6 +155,8 @@ jobs:
- uses: actions/checkout@v4
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}
with:
name: arquisoft/wiq_es1b/record
username: ${{ github.actor }}
Expand Down

0 comments on commit b69f890

Please sign in to comment.