Skip to content

Commit cd5c37a

Browse files
author
崔庆才丨静觅
authored
Update build.yml
1 parent 0ab79b9 commit cd5c37a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ jobs:
1919
run: docker-compose build
2020
- name: Push the Docker Image
2121
run: docker-compose push
22+
- name: Tag and Push Latest
23+
run: |
24+
docker tag germey/proxypool germey/proxypool:master
25+
docker push germey/proxypool:master
26+

0 commit comments

Comments
 (0)