File tree Expand file tree Collapse file tree 2 files changed +20
-63
lines changed Expand file tree Collapse file tree 2 files changed +20
-63
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 60
60
-t "${IMAGE_NAME}:4" \
61
61
-t "${IMAGE_NAME}:latest" \
62
62
.
63
+
64
+ cd github-action
65
+ docker buildx build \
66
+ --label "org.opencontainers.image.authors=https://github.com/mikefarah/yq/graphs/contributors" \
67
+ --label "org.opencontainers.image.created=$(date --rfc-3339=seconds)" \
68
+ --label "org.opencontainers.image.description=yq is a portable command-line YAML processor" \
69
+ --label "org.opencontainers.image.documentation=https://mikefarah.gitbook.io/yq/" \
70
+ --label "org.opencontainers.image.licenses=MIT" \
71
+ --label "org.opencontainers.image.revision=$(git rev-parse HEAD)" \
72
+ --label "org.opencontainers.image.source=https://github.com/mikefarah/yq" \
73
+ --label "org.opencontainers.image.title=yq" \
74
+ --label "org.opencontainers.image.url=https://mikefarah.gitbook.io/yq/" \
75
+ --label "org.opencontainers.image.version=${IMAGE_VERSION}" \
76
+ --platform "${PLATFORMS}" \
77
+ --pull \
78
+ --push \
79
+ -t "${IMAGE_NAME}:${IMAGE_VERSION}-githubaction" \
80
+ -t "${IMAGE_NAME}:4-githubaction" \
81
+ -t "${IMAGE_NAME}:latest-githubaction" \
82
+ .
You can’t perform that action at this time.
0 commit comments