Closed yKanazawa closed 3 years ago
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
h6ah4i/sendgrid-maildev lates 82d294723f33 2 minutes ago 172MB
REPOSITORY TAG IMAGE ID CREATED SIZE
ykanazawa sendgrid-maildev 3bdce08e62a4 53 seconds ago 171MB
[memo] Push the current image with 1.0.0 (with arm64 suport)
$ docker buildx build --platform linux/amd64,linux/arm64 -t ykanazawa/sendgrid-maildev:1.0.0 --push .
[memo] Tagging after after merging
$ git tag -a v1.0.0 -m "first tag"
$ git push origin v1.0.0
Work after https://github.com/yKanazawa/sendgrid-maildev/pull/2
Simplify the Dockerfile without removing git.