add labels to docker image
This commit is contained in:
parent
7103d68c31
commit
f9768c9e3d
2 changed files with 5 additions and 0 deletions
4
labels
Normal file
4
labels
Normal file
|
@ -0,0 +1,4 @@
|
|||
org.opencontainers.image.authors=Pim Kunis
|
||||
org.opencontainers.image.source=https://git.pim.kunis.nl/pim/static
|
||||
org.opencontainers.image.documentation=https://git.pim.kunis.nl/pim/static/src/branch/master/README.md
|
||||
org.opencontainers.image.description=My static website written in Jekyll.
|
|
@ -77,6 +77,7 @@ jobs:
|
|||
- name: image
|
||||
params:
|
||||
DOCKERFILE: site-repo/Dockerfile
|
||||
LABELS_FILE: repo/labels
|
||||
run:
|
||||
path: sh
|
||||
args:
|
||||
|
|
Reference in a new issue