Skip to content

Commit 9c78753

Browse files
authored
Update build.yml
1 parent 1ccb847 commit 9c78753

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
with:
2929
username: germey
3030
password: ${{ secrets.DOCKERHUB_LOGIN_PASSWORD }}
31-
31+
32+
- name: Get current date
33+
id: date
34+
run: echo "::set-output name=date::$(date +'%Y%m%d')"
35+
3236
- name: Build and push
3337
uses: docker/build-push-action@v2
3438
with:
@@ -38,3 +42,4 @@ jobs:
3842
tags: |
3943
germey/proxypool:latest
4044
germey/proxypool:master
45+
germey/proxypool:${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)