Skip to content

Removed unused libs, made build less verbose. #8

Removed unused libs, made build less verbose.

Removed unused libs, made build less verbose. #8

# if way to detect what file changed, then all actions can go in this file.
name: Build rocky8vdt image
on:
registry_package:
push:
paths:
- "sif/rocky8vdt.def"
jobs:
build-rocky8vis:
if: |
( ${{ github.event_name }} == 'registry_package' && ${{ github.registry_package.name == 'rocky8vdt' }} ) ||
( ${{ github.event_name == 'push' }} )
uses: ./.github/workflows/build.yml
with:
image-name: rocky8vdt