15 lines
282 B
YAML
15 lines
282 B
YAML
Active: true
|
|
# Active: false # to not follow up webhook workflow
|
|
|
|
# Sources for src file
|
|
Repo: https://github.com/nginxinc/docker-nginx.git
|
|
Source: docker-nginx/mainline/alpine
|
|
|
|
# Name - Version, etc
|
|
Name: nginx
|
|
Version: 1.21.5
|
|
|
|
# To get latest
|
|
IMAGE_NAME: nginx
|
|
IMAGE_MATCH: 1.21
|