Skip to content

Commit 984eeda

Browse files
authored
Update manual.yml
1 parent 24dcb85 commit 984eeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
password: ${{ secrets.TJJS_HARBOR_PWD }}
4040
logout: false
4141
- name: tag docker image
42-
run: docker tag php:7.3-fpm ${{ secrets.TJJS_HARBOR_HOST }}/library/${{inputs.name}}
42+
run: docker tag ${{inputs.name}} ${{ secrets.TJJS_HARBOR_HOST }}/library/${{inputs.name}}
4343
- name: Push docker image
4444
run: docker push ${{ secrets.TJJS_HARBOR_HOST }}/library/${{inputs.name}}

0 commit comments

Comments
 (0)