File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 username : ${{ secrets.REGISTRY_USERNAME }}
3030 password : ${{ secrets.REGISTRY_PASSWORD }}
3131 - run : |
32+ cp swagger.prod .env
3233 docker build -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow:${{ github.sha }} -f ./docker/Dockerfile .
3334 docker tag ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow:${{ github.sha }} ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow:latest
3435
Original file line number Diff line number Diff line change 3434 username : ${{ secrets.REGISTRY_USERNAME }}
3535 password : ${{ secrets.REGISTRY_PASSWORD }}
3636 - run : |
37- cp .env .qa .env
37+ cp swagger .qa .env
3838 docker build -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow-qa:${{ github.sha }} -f ./docker/Dockerfile .
3939 docker tag ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow-qa:${{ github.sha }} ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow-qa:latest
4040
Original file line number Diff line number Diff line change 1+ SWAGGER_URL=https://preparemessages.ifrc.org
File renamed without changes.
You can’t perform that action at this time.
0 commit comments