Skip to content

Commit

Permalink
chore(ci): Add Chainguard verification test
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Dec 24, 2023
1 parent 17be0b0 commit d3167d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ jobs:
- name: Checkout Push to Registry action
uses: actions/checkout@v4

- name: Verify Chainguard images
uses: ./verify
with:
containers: |
apko
busybox
caddy
vt
cert-identity: https://github.com/chainguard-images/images/.github/workflows/release.yaml@refs/heads/main
oidc-issuer: https://token.actions.githubusercontent.com
registry: cgr.dev/chainguard

- name: Generate tags
id: generate-tags
shell: bash
Expand Down

0 comments on commit d3167d9

Please sign in to comment.