Create docker-image.yml

This commit is contained in:
André Rainho 2021-11-01 21:28:16 +00:00 committed by GitHub
parent ab8d22ed8d
commit 5594c91096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/docker-image.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Docker Image CI
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: cd api-toolbox && docker build . --file Dockerfile --tag api-security-toolbox:$(date +%s)