Use alpine:3.21 for deploy steps to fix OpenSSH key format
This commit is contained in:
parent
f83e5bf914
commit
57b9b3a567
@ -31,7 +31,7 @@ steps:
|
||||
depends_on: [install]
|
||||
|
||||
deploy-backend:
|
||||
image: alpine
|
||||
image: alpine:3.21
|
||||
secrets: [staging_deploy_key]
|
||||
commands:
|
||||
- apk add --no-cache openssh-client
|
||||
@ -48,7 +48,7 @@ steps:
|
||||
branch: main
|
||||
|
||||
deploy-admin:
|
||||
image: alpine
|
||||
image: alpine:3.21
|
||||
secrets: [staging_deploy_key]
|
||||
commands:
|
||||
- apk add --no-cache openssh-client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user