Skip to content

Commit

Permalink
chore: Update Snort build workflow to remove unnecessary clobber flag…
Browse files Browse the repository at this point in the history
… in release creation step
  • Loading branch information
bengo237 committed Aug 26, 2024
1 parent c1c8669 commit a8c02a3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/snort-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- "*"
paths:
- '.github/workflows/snort-build.yml'

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-snort
Expand All @@ -17,7 +14,7 @@ jobs:
permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -65,4 +62,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
cache-to: type=local,dest=/tmp/.buildx-cache-new

0 comments on commit a8c02a3

Please sign in to comment.