This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
update pccs and qgs readme #68
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |