Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

exclude the pccs and qgs when build ccnp containers #56

exclude the pccs and qgs when build ccnp containers

exclude the pccs and qgs when build ccnp containers #56

name: Check Container Build
on:
pull_request:
paths:
- 'container/**'
push:
branches:
- main
paths:
- 'container/**'
workflow_dispatch:
jobs:
build_container:
name: Build job for container
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Build containers
run: |
cd container
./build.sh -a build -r gar-registry.caas.intel.com/cpio -q
cd pcss
touch ssl_key # touch a ssl_key fake file
docker build --build-arg HTTP_PROXY=$http_proxy --build-arg HTTPS_PROXY=$https_proxy .