Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Python3WebSpider/ProxyPool
Browse files Browse the repository at this point in the history
  • Loading branch information
Germey committed Dec 30, 2021
2 parents a5ff183 + 9c78753 commit 7f9eb1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
with:
username: germey
password: ${{ secrets.DOCKERHUB_LOGIN_PASSWORD }}


- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d')"

- name: Build and push
uses: docker/build-push-action@v2
with:
Expand All @@ -38,3 +42,4 @@ jobs:
tags: |
germey/proxypool:latest
germey/proxypool:master
germey/proxypool:${{ steps.date.outputs.date }}

0 comments on commit 7f9eb1f

Please sign in to comment.