\
Some checks failed
Build and Push Alpine Container / build-and-push-arch (arm64) (push) Failing after 15s
Build and Push Alpine Container / build-and-push-arch (amd64) (push) Failing after 8s
Build and Push Alpine Container / merge-images-via-manifest (push) Has been skipped

This commit is contained in:
Xaver Russ 2025-09-29 10:32:47 +02:00
parent 3845a3b161
commit ea6de2a7ad

View file

@ -24,7 +24,7 @@ RUN ssh-keygen -A
RUN mkdir -p /root/.ssh && \
printf 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEFdTFM5ZbGytRp8orRu4cK+kLcQdPFVKqaN0iNVlp2p slothington\n' >> /root/.ssh/authorized_keys && \
printf 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPfTPAUFhNV2O032ZsmKTFuNZgQtWhMPYlHqcKycAG8 forgejo-hbms\n' >> /root/.ssh/authorized_keys &&
printf 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPfTPAUFhNV2O032ZsmKTFuNZgQtWhMPYlHqcKycAG8 forgejo-hbms\n' >> /root/.ssh/authorized_keys && \
chmod 600 /root/.ssh/authorized_keys && \
chmod 700 /root/.ssh