1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-08 07:44:57 +00:00

also set up Chainguard puller identity

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2023-06-23 09:19:09 -04:00
parent 2015ec0edf
commit 201548b75a
Failed to extract signature
4 changed files with 70 additions and 3 deletions

View file

@ -9,5 +9,8 @@ jobs:
test-image:
runs-on: ubuntu-latest
steps:
- uses: chainguard-dev/actions/setup-chainctl@main
with:
identity: 7bf08061e47a927f78ffa39cd6393f4a83ec6eb7/aa8f8890af6747f9
- run: |
echo ding ding testing ${{ github.event.inputs.image }}
docker pull ${{ github.event.inputs.image }}