Skip to content

Commit

Permalink
chore: Update Snort test script and Dockerfile for improved reliabili…
Browse files Browse the repository at this point in the history
…ty and readability
  • Loading branch information
bengo237 committed Aug 26, 2024
1 parent 0ba098a commit 58e0d87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/snort-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Build Snort

on:
push:
pull_request:
branches:
- '*'
- 'develop'
paths:
- 'snort/**'
- '.github/workflows/snort-build.yml'

env:
Expand Down Expand Up @@ -58,6 +59,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: ./snort
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 58e0d87

Please sign in to comment.