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 24dcb85 commit 984eeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 }}/library/${{inputs.name}}
run: docker tag ${{inputs.name}} ${{ secrets.TJJS_HARBOR_HOST }}/library/${{inputs.name}}
- name: Push docker image
run: docker push ${{ secrets.TJJS_HARBOR_HOST }}/library/${{inputs.name}}

0 comments on commit 984eeda

Please sign in to comment.