Allow remote sync to push tags (#41)
This repo, currently is experiment for
pipeline as code, and code as document.
Image and code build, basic CI to ensure the code works.
ref https://docs.github.com/zh/actions/how-tos/reuse-automations/reuse-workflows
jobs: call-workflow-passing-data: uses: flagos-ai/build-infra/.github/workflows/imagebuild.yml@main with: push: ${{ matrix.push }} containerfile: ${{ matrix.containerfile }} image_name: ${{ matrix.image_name }} tag: ${{ matrix.tag }} runson: ${{ matrix.runson }} build-args: ${{ matrix.build-args }} image_prefix: 'flagbase' no-cache: ${{ matrix.no-cache }} secrets: REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }} CONTAINER_REGISTRY: ${{ secrets.CONTAINER_REGISTRY }}
No description, website, or topics provided.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
build-infra
This repo, currently is experiment for
base image
pipeline as code, and code as document.
22.04 rocm-hip-runtime=7.1.1.70101-3822.04 rocm-language-runtime=7.1.1.70101-3822.04 rocm-hip-sdk=7.1.1.70101-3822.04 rocm-opencl-runtime=7.1.1.70101-3822.04 rocm-developer-tools=7.1.1.70101-3822.04 rocm-opencl-sdk=7.1.1.70101-38~22.04pipeline as code interface
Image and code build, basic CI to ensure the code works.
ref https://docs.github.com/zh/actions/how-tos/reuse-automations/reuse-workflows