Delete docker-image.yml

This commit is contained in:
André Rainho 2021-11-02 08:55:59 +00:00 committed by GitHub
parent 5594c91096
commit b754bff6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)