mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 06:53:05 +08:00
11 lines
No EOL
256 B
YAML
11 lines
No EOL
256 B
YAML
name: TheHarvester Docker Image CI
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- name: Build the Docker image
|
|
run: docker build . --file Dockerfile --tag theharvester:$(date +%s) |