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