diff --git a/.drone.yml b/.drone.yml index cb42ff91..9af53c85 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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