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 dc98551 commit efab24e
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.ENVFILE}}" > .env
echo ${{secrets.ENVFILE}} > .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 efab24e

Please sign in to comment.