We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43be0c2 commit 2dd894eCopy full SHA for 2dd894e
actions/docker/action.yml
@@ -22,6 +22,9 @@ inputs:
22
description: "Registry, e.g. ghcr.io"
23
required: false
24
default: "ghcr.io"
25
+ labels:
26
+ description: 'The labels of the image to build. Separate by newline. For example, "io.containers.capabilities=sys_admin,mknod".'
27
+ required: false
28
29
runs:
30
using: "composite"
@@ -40,7 +43,7 @@ runs:
40
43
image: ${{ inputs.github_repository }}
41
44
tags: ${{ inputs.tag }}
42
45
dockerfiles: ${{ inputs.dockerfiles }}
-
46
+ labels: ${{ inputs.labels }}
47
48
- name: Push to ghcr.io
49
id: push-to-ghcr
0 commit comments