Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
migraf committed Mar 30, 2022
1 parent e13b088 commit d269eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Push to dev
env:
CONTAINER_REGISTRY: ${{ secrets.DEV_REGISTRY }},${{ secrets.DMZ_REGISTRY }},${{ secrets.STAGING_REGISTRY }}
REGISTRY_USERNAME: ${{ secrets.DEV_REGISTRY_USER }},${{ secrets.DMZ_USERNAME }},${{ secrets.STAGING_USERNAME }
REGISTRY_USERNAME: ${{ secrets.DEV_REGISTRY_USER }},${{ secrets.DMZ_USERNAME }},${{ secrets.STAGING_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DEV_REGISTRY_PASSWORD }},${{ secrets.DMZ_PASSWORD }},${{ secrets.STAGING_PASSWORD }}
CENTRAL_API_CONNECTION_STRING: ${{ secrets.CENTRAL_API_CONNECTION_STRING }}
run: npm run start

0 comments on commit d269eae

Please sign in to comment.