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

Add README.md under container #61

Add README.md under container

Add README.md under container #61

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
touch pccs/ssl_key # touch a ssl_key fake file
./build.sh -a build -r gar-registry.caas.intel.com/cpio