Skip to content

fix: action issues

fix: action issues #18

Workflow file for this run

---
name: Build Magnum
on:
push:
paths:
- '.github/actions/kolla-build/**'
- 'magnum/**'
env:
COMPONENT: magnum
jobs:
kolla-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Kolla Build
uses: ./.github/actions/kolla-build
with:
component: ${{ env.COMPONENT }}
ghcr_token: ${{ secrets.GITHUB_TOKEN }}