Bump version v2.1.4 -> v2.1.5 #56
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Docker image | |
on: | |
push: | |
branches: | |
- 'main' | |
tags: | |
- '*' | |
jobs: | |
docker-compose: | |
# run docker-compose file and clean up before action finished | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Launch Attack Flow using Docker Compose | |
uses: isbang/[email protected] | |
with: | |
compose-file: "docker-compose.yml" |