testing
Some checks failed
Build and Deploy (internal) / Build Transmission Manager Image (push) Failing after 1m17s
Build and Deploy (internal) / Deploy Transmission Manager (internal) (push) Has been skipped

This commit is contained in:
2026-07-08 19:01:23 -03:00
parent 3d52a03bc4
commit e327cdb798

View File

@@ -15,7 +15,7 @@ env:
jobs: jobs:
build_transmission_manager: build_transmission_manager:
name: Build Transmission Manager Image name: Build Transmission Manager Image
runs-on: ubuntu-arm64 runs-on: ubuntu-slim
steps: steps:
- name: Check out repository - name: Check out repository
@@ -30,6 +30,7 @@ jobs:
- name: Set up SSH key for haven - name: Set up SSH key for haven
run: | run: |
echo /etc/resolv.conf
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.SSH_KEY_DOCKERBUILD }}" > ~/.ssh/id_ed25519 echo "${{ secrets.SSH_KEY_DOCKERBUILD }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519