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