mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-01-16 04:14:30 +07:00
add draft action
This commit is contained in:
11
.github/workflows/dockerimage.yml
vendored
Normal file
11
.github/workflows/dockerimage.yml
vendored
Normal 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)
|
||||
Reference in New Issue
Block a user