fix: Rename ssh to openssh

This commit is contained in:
Benjamin Bädorf 2021-06-14 22:28:29 +02:00
parent b703c0d4de
commit 200eeee0fc
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -4,7 +4,7 @@ name: api
steps: steps:
- name: "Sync upstream to local" - name: "Sync upstream to local"
image: nixery.dev/shell/git/ssh image: nixery.dev/shell/git/openssh
environment: environment:
GITEA_SSH_KEY: GITEA_SSH_KEY:
from_secret: gitea_ssh_key from_secret: gitea_ssh_key
@ -22,7 +22,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/ssh image: nixery.dev/shell/git/openssh
when: when:
status: status:
- success - success