try alpine/git image

This commit is contained in:
teutat3s 2021-06-15 00:33:57 +02:00
parent d32e41a2f3
commit 82403d7b51
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -7,7 +7,7 @@ clone:
steps: steps:
- name: "Sync upstream to local" - name: "Sync upstream to local"
image: nixery.dev/shell/git/openssh image: alpine/git
when: when:
event: event:
- cron - cron
@ -26,7 +26,7 @@ steps:
- git push origin devos - git push origin devos
- name: "Sync core with upstream" - name: "Sync core with upstream"
image: nixery.dev/shell/git/openssh image: alpine/git
when: when:
status: status:
- success - success