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 56e4c55 commit a0f6c6f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,15 @@ jobs:
- name: Get docker greeting
run: docker pull php:7.3-fpm
- name: login tjjs
env:
TJJS_HOST: ${{ secrets.TJJS_HARBOR_HOST }}
Username: ${{secrets.TJJS_HARBOR_USERNAME}}
password: ${{secrets.TJJS_HARBOR_PWD}}
uses: docker/login-action@v3.2.0
with:
registry: ${{secrets.TJJS_HARBOR_HOST}}
Username: ${{secrets.TJJS_HARBOR_USERNAME}}
password: ${{secrets.TJJS_HARBOR_PWD}}
registry: ${{TJJS_HOST}}
Username: ${{Username}}
password: ${{password}}
logout: false
- name: tag docker image
run: docker tag php:7.3-fpm ${{ secrets.TJJS_HARBOR_HOST }}/libary/php:7.3-fpm
Expand Down

0 comments on commit a0f6c6f

Please sign in to comment.