Skip to content

Add kmod to modules #51

Add kmod to modules

Add kmod to modules #51

Workflow file for this run

name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
push:
tags:
- '*.*.*'
jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@ae54b290afa025d3420ba59001f333c2801b4944 # v19.9.32
# prevent duplicate workflow executions for pull_request and pull_request_target
if: |
(
github.event.pull_request.head.repo.full_name == github.repository &&
github.event_name == 'pull_request'
) || (
github.event.pull_request.head.repo.full_name != github.repository &&
github.event_name == 'pull_request_target'
) || (
github.event_name == 'push'
)
secrets:
FLOWZONE_TOKEN: ${{ secrets.FLOWZONE_TOKEN }}
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
BALENA_API_KEY: ${{ secrets.BALENA_API_KEY }}
with:
docker_images: pipex/gadget
balena_slugs: gh_pipex/gadget