theHarvester/.github/workflows/dockerci.yml

11 lines
256 B
YAML
Raw Normal View History

2019-09-04 05:36:45 +08:00
name: TheHarvester Docker Image CI
2019-09-04 05:32:29 +08:00
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
2019-09-04 05:36:45 +08:00
run: docker build . --file Dockerfile --tag theharvester:$(date +%s)