awesome-api-security/.github/workflows/docker-image.yml

19 lines
320 B
YAML
Raw Normal View History

2021-11-01 17:28:16 -04:00
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)