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 32af002 commit 7f693c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Runs a single command using the runners shell
- name: Get docker greeting
run: docker pull php:7.3-fpm
run: docker pull ${{name}}
- name: login tjjs
uses: docker/login-action@v3.2.0
with:
Expand All @@ -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 }}/library/php:7.3-fpm
run: docker tag php:7.3-fpm ${{ secrets.TJJS_HARBOR_HOST }}/library/${{name}}
- name: Push docker image
run: docker push ${{ secrets.TJJS_HARBOR_HOST }}/library/php:7.3-fpm
run: docker push ${{ secrets.TJJS_HARBOR_HOST }}/library/${{name}}

0 comments on commit 7f693c9

Please sign in to comment.