Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ttgzs authored Jun 14, 2024
1 parent cee164f commit 32af002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
password: ${{ secrets.TJJS_HARBOR_PWD }}
logout: false
- name: tag docker image
run: docker tag php:7.3-fpm ${{ secrets.TJJS_HARBOR_HOST }}/libary/php:7.3-fpm
run: docker tag php:7.3-fpm ${{ secrets.TJJS_HARBOR_HOST }}/library/php:7.3-fpm
- name: Push docker image
run: docker push ${{ secrets.TJJS_HARBOR_HOST }}/libary/php:7.3-fpm
run: docker push ${{ secrets.TJJS_HARBOR_HOST }}/library/php:7.3-fpm

0 comments on commit 32af002

Please sign in to comment.