diff --git a/.github/workflows/test-actions.yml b/.github/workflows/test-actions.yml index 0c607bb..3b73a24 100644 --- a/.github/workflows/test-actions.yml +++ b/.github/workflows/test-actions.yml @@ -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