mirror of
https://github.com/arainho/awesome-api-security.git
synced 2025-03-12 20:26:30 -04:00
Delete docker-image.yml
This commit is contained in:
parent
5594c91096
commit
b754bff6f6
18
.github/workflows/docker-image.yml
vendored
18
.github/workflows/docker-image.yml
vendored
@ -1,18 +0,0 @@
|
|||||||
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…
x
Reference in New Issue
Block a user