We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dd7bb7 + 34993fd commit d1e96faCopy full SHA for d1e96fa
1 file changed
.github/workflows/ci.yml
@@ -133,4 +133,10 @@ jobs:
133
provenance: mode=max
134
tags: ${{ steps.meta.outputs.tags }}
135
labels: ${{ steps.meta.outputs.labels }}
136
- build-args: GIT_COMMIT=${{ github.sha }}
+ build-args: |
137
+ GIT_TAG=${{ github.ref_name }}
138
+ GIT_COMMIT=${{ github.sha }}
139
+ BUILD_DATE=${{ steps.meta.outputs.created }}
140
+ TELEMETRY_ENDPOINT=${{ secrets.TELEMETRY_ENDPOINT }}
141
+ TELEMETRY_API_KEY=${{ secrets.TELEMETRY_API_KEY }}
142
+ TELEMETRY_HEADER=${{ secrets.TELEMETRY_HEADER }}
0 commit comments