mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2026-05-09 01:56:43 +00:00
add a github action to build the docker image
This commit is contained in:
10
.github/workflows/build.yaml
vendored
Normal file
10
.github/workflows/build.yaml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: build
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build the Docker image
|
||||
run: docker build .
|
||||
Reference in New Issue
Block a user