fix(workflow): remove reference to unused platform matrix key

This commit is contained in:
Alex Zenla
2024-06-30 23:10:31 -07:00
parent 350e02c553
commit 53fb538b95

View File

@ -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: