Skip to content

feat: add custom k3s image #1

feat: add custom k3s image

feat: add custom k3s image #1

Workflow file for this run

name: Test UDS Capability
on:
pull_request:
paths-ignore:
- "**.md"
- "docs/**"
- "CODEOWNERS"
permissions:
id-token: write
contents: read
jobs:
test-clean-install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup UDS
if: always()
uses: defenseunicorns/uds-common/.github/actions/[email protected]
with:
username: ${{secrets.IRON_BANK_ROBOT_USERNAME}}
password: ${{secrets.IRON_BANK_ROBOT_PASSWORD}}
- name: Create and deploy the uds-k3d package
run: uds run
- name: Validate uds-k3d package
run: uds run validate