mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
docs: remove --pull option from docker run (#1707)
docker run command has not the option `--pull`
This commit is contained in:
parent
42dab4917b
commit
b0d8ba8fcd
@ -38,7 +38,7 @@ release:
|
||||
|
||||
# GITLAB_TOKEN is needed to create GitLab releases.
|
||||
# DOCKER_* are needed to push Docker images.
|
||||
docker run --pull --rm --privileged \
|
||||
docker run --rm --privileged \
|
||||
-v $PWD:/go/src/gitlab.com/YourGitLabUser/YourGitLabRepo \
|
||||
-w /go/src/gitlab.com/YourGitLabUser/YourGitLabRepo \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
|
Loading…
Reference in New Issue
Block a user