You've already forked goreleaser
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:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user