Skip to content

Commit

Permalink
updated workflow for demo harbor instance
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Jun 13, 2022
1 parent 4707d7b commit bdf3bd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ 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_PASSWORD: ${{ secrets.DEV_REGISTRY_PASSWORD }},${{ secrets.DMZ_PASSWORD }},${{ secrets.STAGING_PASSWORD }}
CONTAINER_REGISTRY: ${{ secrets.DEV_REGISTRY }},${{ secrets.DMZ_REGISTRY }},${{ secrets.STAGING_REGISTRY }},${{ secrets.DEMO_REGISTRY }}
REGISTRY_USERNAME: ${{ secrets.DEV_REGISTRY_USER }},${{ secrets.DMZ_USERNAME }},${{ secrets.STAGING_USERNAME }},${{ secrets.DEMO_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DEV_REGISTRY_PASSWORD }},${{ secrets.DMZ_PASSWORD }},${{ secrets.STAGING_PASSWORD }},${{ secrets.DEMO_PASSWORD }}
CENTRAL_API_CONNECTION_STRING: ${{ secrets.CENTRAL_API_CONNECTION_STRING }}
run: npm run start

0 comments on commit bdf3bd0

Please sign in to comment.