refactor(.drone.yml): switch to ghcr.io
This commit is contained in:
parent
cc5b9b0572
commit
78b1806e6c
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ steps:
|
|||
- pipenv --python /usr/bin/python3.9 run python main.py
|
||||
|
||||
- name: push
|
||||
image: appleboy/drone-git-push
|
||||
image: ghcr.io/appleboy/drone-git-push
|
||||
pull: if-not-exists
|
||||
settings:
|
||||
branch: main
|
||||
|
@ -31,4 +31,4 @@ trigger:
|
|||
event:
|
||||
- cron
|
||||
cron:
|
||||
- update
|
||||
- update
|
||||
|
|
Loading…
Reference in a new issue