try alpine/git image
This commit is contained in:
parent
d32e41a2f3
commit
82403d7b51
|
@ -7,7 +7,7 @@ clone:
|
|||
|
||||
steps:
|
||||
- name: "Sync upstream to local"
|
||||
image: nixery.dev/shell/git/openssh
|
||||
image: alpine/git
|
||||
when:
|
||||
event:
|
||||
- cron
|
||||
|
@ -26,7 +26,7 @@ steps:
|
|||
- git push origin devos
|
||||
|
||||
- name: "Sync core with upstream"
|
||||
image: nixery.dev/shell/git/openssh
|
||||
image: alpine/git
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
|
|
Loading…
Reference in a new issue