add draft action

This commit is contained in:
Aleksandr Razumov
2020-04-26 00:39:46 +03:00
parent 4a9038cffe
commit 52ce8f5803
6 changed files with 52 additions and 0 deletions

11
.github/workflows/dockerimage.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: Docker Image CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag golangci-lint-action-:$(date +%s)