1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-08 15:55:17 +00:00
terraform-playground/.github/workflows/workflow.yaml
Jason Hall 201548b75a
also set up Chainguard puller identity
Signed-off-by: Jason Hall <jason@chainguard.dev>
2023-06-23 09:19:09 -04:00

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 }}