Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
franklee0817 committed Jun 2, 2020
1 parent 1b650ec commit 0f472a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- name: docker login
run: |
docker login -u ${{ secrets.name }} -p ${{ secrets.pass }}
- uses: actions/checkout@v1
- name: deploy docker
run: |
echo $GITHUB_SHA
Expand Down

0 comments on commit 0f472a4

Please sign in to comment.