mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-08 07:44:57 +00:00
16 lines
388 B
YAML
16 lines
388 B
YAML
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
image:
|
|
description: 'Image to test'
|
|
required: true
|
|
|
|
jobs:
|
|
test-image:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: chainguard-dev/actions/setup-chainctl@main
|
|
with:
|
|
identity: 7bf08061e47a927f78ffa39cd6393f4a83ec6eb7/aa8f8890af6747f9
|
|
- run: |
|
|
docker pull ${{ github.event.inputs.image }}
|