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 c14f774
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: |
buildkit
busybox
caddy
chainguard-base
vt
cert-identity: https://github.com/chainguard-images/images/.github/workflows/release.yaml@refs/heads/main
oidc-issuer: https://token.actions.githubusercontent.com

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

0 comments on commit c14f774

Please sign in to comment.