Skip to content

update to arkime 4.5.0 #138

update to arkime 4.5.0

update to arkime 4.5.0 #138

Workflow file for this run

name: Docker Build
on:
pull_request:
# Publish `master` as Docker `latest` image.
branches:
- main
- master
env:
IMAGE_NAME: enoarkime
jobs:
# Push image to GitHub Packages.
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: |
docker image build .