Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Germey authored Dec 30, 2021
1 parent 1ccb847 commit 9c78753
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 }}

1 comment on commit 9c78753

@Ram937M
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do i use this?

Please sign in to comment.