Skip to content

Commit

Permalink
[update] 🐭 docker ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhao104 committed Dec 31, 2021
1 parent 5a93203 commit 67ae26a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ jobs:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag jhao104/proxy_pool:$(date +%s)
- name: DockerHub Login
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 67ae26a

Please sign in to comment.