File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 53
53
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
54
54
tags : |
55
55
type=sha
56
+ labels : |
57
+ org.opencontainers.image.description=Busybox image with talosctl (latest)
56
58
57
59
- name : Build and push Docker image
58
60
if : steps.changed-files.outputs.any_changed == 'true'
64
66
push : true
65
67
tags : ${{ steps.meta.outputs.tags }}
66
68
labels : ${{ steps.meta.outputs.labels }}
69
+ annotations : ${{ steps.meta.outputs.annotations }}
67
70
68
71
- name : Generate artifact attestation
69
72
uses : actions/attest-build-provenance@v1
Original file line number Diff line number Diff line change 44
44
type=ref,event=tag
45
45
type=raw,value=latest
46
46
type=sha
47
+ labels : |
48
+ org.opencontainers.image.description=Busybox image with talosctl (latest)
47
49
48
50
- name : Build and push Docker image
49
51
id : push
54
56
push : true
55
57
tags : ${{ steps.meta.outputs.tags }}
56
58
labels : ${{ steps.meta.outputs.labels }}
59
+ annotations : ${{ steps.meta.outputs.annotations }}
57
60
58
61
- name : Generate artifact attestation
59
62
uses : actions/attest-build-provenance@v1
You can’t perform that action at this time.
0 commit comments