Create docker-image.yml

This commit is contained in:
mihanhunter 2022-03-14 04:40:26 -04:00 committed by GitHub
parent 88b1bd28cc
commit 9ce5a384e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,19 @@
name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag sleeplife/v2ray