Skip to content

Make sure ~/.ssh exists before writing to it #353

Make sure ~/.ssh exists before writing to it

Make sure ~/.ssh exists before writing to it #353

Workflow file for this run

name: Docker Image
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker Image
run: docker build .