mirror of
https://github.com/arainho/awesome-api-security.git
synced 2025-01-09 06:18:08 -05:00
Create docker-image.yml
This commit is contained in:
parent
ab8d22ed8d
commit
5594c91096
18
.github/workflows/docker-image.yml
vendored
Normal file
18
.github/workflows/docker-image.yml
vendored
Normal 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)
|
Loading…
Reference in New Issue
Block a user