Skip to content

Commit

Permalink
add web
Browse files Browse the repository at this point in the history
  • Loading branch information
fifsky committed Mar 18, 2020
1 parent 9ec80df commit 29b3742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build the Docker image
run: |
cd api
echo "${{secrets.DOCKER_USERNAME}}" > .env
echo "${{secrets.DSN}}" > .env
docker login --username=${{secrets.DOCKER_USERNAME}} --password=${{secrets.DOCKER_PASSWORD}} registry.cn-shanghai.aliyuncs.com
docker build . --file Dockerfile --tag registry.cn-shanghai.aliyuncs.com/fifsky/gostruct
docker push registry.cn-shanghai.aliyuncs.com/fifsky/gostruct
Expand Down

0 comments on commit 29b3742

Please sign in to comment.