You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,15 @@ See the tagging section for information on tag inputs
38
38
39
39
##### Git labels
40
40
41
-
When `INPUT_ADD_GIT_LABELS` is `true` labels are automatically added to the image that contain data about the current state of the git repo:
41
+
When `INPUT_ADD_GIT_LABELS` is `true` labels are automatically added to the image that contain data about the current state of the git repo based on the standards set out in https://github.com/opencontainers/image-spec/blob/master/annotations.md.
42
+
43
+
3 labels are supported:
42
44
43
45
|Label|Description|
44
46
|---|---|
45
-
|com.docker.github-actions-actor|The username of the user that kicked off this run of the actions (e.g. the user that did the git push)|
46
-
|com.docker.github-actions-sha|The full git sha of this commit|
47
+
|org.opencontainers.image.created|Date and time on which the image was built (string, date-time as defined by RFC 3339).|
48
+
|org.opencontainers.image.source|URL to this repository. E.g. `https://github.com/myorg/myrepository`|
49
+
|org.opencontainers.image.revision|The full git sha of this commit.|
0 commit comments