Merge remote-tracking branch 'origin/Ncat' into Ncat

This commit is contained in:
nullnyat 2022-02-23 03:15:19 +09:00
commit 5f40394a8e
No known key found for this signature in database
GPG Key ID: 5EDC2816C3AE007A

18
.github/workflows/docker-image.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Docker Image CI
on:
push:
branches: [ Ncat ]
pull_request:
branches: [ Ncat ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)