add a missing env variable

This commit is contained in:
Andreas Zweili 2021-12-28 16:33:44 +01:00
parent 342f460f8b
commit 1db8153e70
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ on:
push:
branches: [master]
env:
IMAGE_NAME: network_inventory
jobs:
tests:
runs-on: ubuntu-latest