Skip to content

Merge branch 'main' of https://github.com/haravich/custom-ssh-server #2

Merge branch 'main' of https://github.com/haravich/custom-ssh-server

Merge branch 'main' of https://github.com/haravich/custom-ssh-server #2

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag custom-ssh-server:$(date +%s) --tag custom-ssh-server:latest