test: Build images with annotations (#872)

Signed-off-by: Nicol Draghici <idraghic@cisco.com>
This commit is contained in:
Nicol
2022-10-19 06:47:41 +03:00
committed by GitHub
parent 91dd5496fc
commit d93c68af33
3 changed files with 140 additions and 36 deletions
+9 -6
View File
@@ -35,19 +35,22 @@ jobs:
skopeo -v
- name: Run push-pull tests
run: |
make push-pull
make test-push-pull
- name: Run metrics tests
run: |
make bats-metrics
make test-bats-metrics
- name: Run cve tests
run: |
make bats-cve
make test-bats-cve
- name: Run sync test
run: |
make bats-sync
make test-bats-sync
- name: Run scrub tests
run: |
make bats-scrub
make test-bats-scrub
- name: Run anonymous-push-pull tests
run: |
make anonymous-push-pull
make test-anonymous-push-pull
- name: Run annotations tests
run: |
make test-annotations