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:
parent
2015ec0edf
commit
201548b75a
4 changed files with 70 additions and 3 deletions
5
.github/workflows/workflow.yaml
vendored
5
.github/workflows/workflow.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue