mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-10-29 09:40:26 +00:00
21 lines
279 B
YAML
21 lines
279 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: Verify
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: Verify nginx confiy
|
|
image: nginx:1.25-bookworm
|
|
commands:
|
|
- nginx -t
|
|
|
|
---
|
|
kind: signature
|
|
hmac: f0a4a11afdeeb438700c0abb4a1a3f11c368b6b586cd53ab5735fd5ed4f43224
|
|
|
|
...
|