We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47545af + 2dc7b89 commit b7b62c5Copy full SHA for b7b62c5
.github/workflows/docker-build.yaml
@@ -15,6 +15,12 @@ on:
15
required: false
16
type: string
17
default: "${{ github.sha }}"
18
+ labels:
19
+ required: false
20
+ type: string
21
+ default: |
22
+ git.repository=${{ github.repository }}
23
+ git.commit-sha=${{ github.sha }}
24
registry:
25
26
@@ -81,6 +87,7 @@ jobs:
81
87
provenance: ${{ inputs.provenance }}
82
88
push: ${{ inputs.push }}
83
89
tags: ${{ inputs.registry }}/${{ inputs.namespace }}/${{ inputs.name }}:${{ inputs.tag }}
90
+ labels: ${{ inputs.labels }}
84
91
cache-from: type=gha,scope=${{ inputs.name }}
85
92
cache-to: type=gha,mode=max,scope=${{ inputs.name }}
86
93
no-cache: ${{ inputs.no-cache }}
0 commit comments