Skip to content

ENT-10450: Added docker-images.sh script to build and push hub and agent docker … #14

ENT-10450: Added docker-images.sh script to build and push hub and agent docker …

ENT-10450: Added docker-images.sh script to build and push hub and agent docker … #14

Workflow file for this run

name: Continuous Integration
on:
# run this workflow on pull_request activity
# this includes opening and pushing more commits
pull_request:
branches: [ master, 3.21.x, 3.18.x ]
jobs:
build_cfengine_hub_package:
uses: ./.github/workflows/build-using-buildscripts.yml
secrets: inherit