1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-06 09:09:29 +02:00

docs: remove incorrect quotes (#1607)

This commit is contained in:
Kamil Samigullin
2020-06-15 15:52:41 +03:00
committed by GitHub
parent f739c81797
commit 3e9fdf3705

View File

@@ -213,9 +213,9 @@ This will execute the following command:
```bash ```bash
docker build -t myuser/myimage . \ docker build -t myuser/myimage . \
--pull \ --pull \
--label=org.opencontainers.image.created=2020-01-19T15:58:07Z" \ --label=org.opencontainers.image.created=2020-01-19T15:58:07Z \
--label=org.opencontainers.image.name=mybinary" \ --label=org.opencontainers.image.name=mybinary \
--label=org.opencontainers.image.revision=da39a3ee5e6b4b0d3255bfef95601890afd80709" \ --label=org.opencontainers.image.revision=da39a3ee5e6b4b0d3255bfef95601890afd80709 \
--label=org.opencontainers.image.version=1.6.4 --label=org.opencontainers.image.version=1.6.4
``` ```