@@ -43,26 +43,27 @@ jobs:
43
43
password : ${{ secrets.JFROG_TOKEN }}
44
44
45
45
- name : Docker metadata
46
- id : docker-meta
47
- uses : docker/metadata-action@v5
48
- with :
49
- images : " ${{ inputs.docker-repository }}/${{ steps.prep.outputs.image }}"
50
- labels : |
51
- com.uhg.image.askid=${{ inputs.ask-id }}
52
- com.uhg.image.branch=${{ github.ref }}
53
- com.uhg.image.build=${{ github.run_id }}
54
- com.uhg.image.buildnumber=${{ github.run_number }}
55
- com.uhg.image.buildurl=${{ github.run_url }}
56
- com.uhg.image.repo_id=${{ github.repository_id }}
57
- com.uhg.image.workflow_name=${{ github.workflow }}
58
- com.uhg.image.workflow_ref=${{ github.workflow_ref }}
59
- org.opencontainers.image.source=${{ github.repository }}
60
- org.opencontainers.image.revision=${{ github.sha }}
61
- org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
62
- org.opencontainers.image.authors=${{ github.event.head_commit.author.name }}
63
- org.opencontainers.image.url=${{ github.event.head_commit.url }}
64
- org.opencontainers.image.documentation=${{ github.event.head_commit.url }}
65
- org.opencontainers.image.vendor=UnitedHealth Group
66
- org.opencontainers.image.description=${{ steps.get-description.outputs.repo-description }}
67
- tags : ${{ steps.prep.outputs.tag }}
46
+ id : docker-meta
47
+ uses : docker/metadata-action@v5
48
+ with :
49
+ images : " ${{ inputs.docker-repository }}/${{ steps.prep.outputs.image }}"
50
+ labels : |
51
+ com.uhg.image.askid=${{ inputs.ask-id }}
52
+ com.uhg.image.branch=${{ github.ref }}
53
+ com.uhg.image.build=${{ github.run_id }}
54
+ com.uhg.image.buildnumber=${{ github.run_number }}
55
+ com.uhg.image.buildurl=${{ github.run_url }}
56
+ com.uhg.image.repo_id=${{ github.repository_id }}
57
+ com.uhg.image.workflow_name=${{ github.workflow }}
58
+ com.uhg.image.workflow_ref=${{ github.workflow_ref }}
59
+ org.opencontainers.image.source=${{ github.repository }}
60
+ org.opencontainers.image.revision=${{ github.sha }}
61
+ org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
62
+ org.opencontainers.image.authors=${{ github.event.head_commit.author.name }}
63
+ org.opencontainers.image.url=${{ github.event.head_commit.url }}
64
+ org.opencontainers.image.documentation=${{ github.event.head_commit.url }}
65
+ org.opencontainers.image.vendor=UnitedHealth Group
66
+ org.opencontainers.image.description=${{ steps.get-description.outputs.repo-description }}
67
+ tags : ${{ steps.prep.outputs.tag }}
68
+
68
69
0 commit comments