Skip to content

Commit 0f472a4

Browse files
committed
test
1 parent 1b650ec commit 0f472a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- name: docker login
1212
run: |
1313
docker login -u ${{ secrets.name }} -p ${{ secrets.pass }}
14+
- uses: actions/checkout@v1
1415
- name: deploy docker
1516
run: |
1617
echo $GITHUB_SHA

0 commit comments

Comments
 (0)