mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
fix(workflow): remove reference to unused platform matrix key
This commit is contained in:
4
.github/workflows/oci-distribution.yml
vendored
4
.github/workflows/oci-distribution.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: OCI distribution
|
name: oci-distribution
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
- kratactl
|
- kratactl
|
||||||
- kratad
|
- kratad
|
||||||
- kratanet
|
- kratanet
|
||||||
name: OCI build ${{ matrix.component }} on ${{ matrix.platform }}
|
name: oci build ${{ matrix.component }}
|
||||||
steps:
|
steps:
|
||||||
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
|
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user