fix(ci): use debian:bookworm-slim for mirror job to fix libcrypto SSH key issue
This commit is contained in:
@@ -200,10 +200,10 @@ jobs:
|
|||||||
needs: [test, lint]
|
needs: [test, lint]
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && vars.MIRROR_ENABLED != 'false'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && vars.MIRROR_ENABLED != 'false'
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: debian:bookworm-slim
|
||||||
steps:
|
steps:
|
||||||
- name: Install git
|
- name: Install git
|
||||||
run: apk add --no-cache git openssh-client
|
run: apt-get update && apt-get install -y --no-install-recommends git openssh-client ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
- name: Setup SSH key
|
- name: Setup SSH key
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user