-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
Milestone
Description
Related user(s):
No response
Related issue(s) or PR(s):
Related project scope(s):
build
Bug description:
Since PR #544, docker/build-push-action@v4 does not seem to include the following labels:
learn-ocaml/.github/workflows/deploy-master.yml
Lines 41 to 45 in a31ff2b
| labels: | | |
| org.opencontainers.image.created=${{ steps.prep.outputs.created }} | |
| org.opencontainers.image.source=${{ github.repositoryUrl }} | |
| org.opencontainers.image.version=master | |
| org.opencontainers.image.revision=${{ github.sha }} |
cf. https://hub.docker.com/r/ocamlsf/learn-ocaml/tags
To reproduce:
No response
Expected behavior:
No response
learn-ocaml --version
No response
git describe --long --always --abbrev=40 --tags
No response
What OS do you use?
GNU/Linux
What OS version/distribution do you use?
Debian
What browser(s) do you use with learn-ocaml?
No response
What browser(s) version did you used to reproduce the issue?
No response
Screenshots (if need be):
No response
Additional context:
No response