formatting

This commit is contained in:
Alejandro Gomez
2023-02-09 23:35:16 +01:00
parent 08260f10e3
commit 51eff0d037
2 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
name: Docker build
on:
push:
branches: [ main ]
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
@ -15,4 +15,4 @@ jobs:
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- name: Build the Docker image
run: docker buildx build -t ghcr.io/${{ github.repository_owner }}/snort:latest --platform linux/amd64 --push .
run: docker buildx build -t ghcr.io/${{ github.repository_owner }}/snort:latest --platform linux/amd64 --push .