mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-03 14:34:21 +01:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-off-by: Peng Tao <bergwolf@hyper.sh>
14 lines
301 B
YAML
14 lines
301 B
YAML
# action.yml
|
|
name: 'kata-deploy-aks'
|
|
description: 'test Kata container image in AKS'
|
|
inputs:
|
|
packaging-sha:
|
|
description: 'SHA we are using for pulling packaging manifests'
|
|
required: true
|
|
default: ''
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
args:
|
|
- ${{ inputs.packaging-sha }}
|