Skip to content

Bump anstream from 0.6.5 to 0.6.18 in /fuzz #114

Bump anstream from 0.6.5 to 0.6.18 in /fuzz

Bump anstream from 0.6.5 to 0.6.18 in /fuzz #114

Workflow file for this run

name: Docker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build -t sniffglue .
- name: Test the Docker image
run: docker run --rm sniffglue --help