File tree Expand file tree Collapse file tree 3 files changed +19
-8
lines changed Expand file tree Collapse file tree 3 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 3636 - run : dep ensure -vendor-only
3737
3838 - setup_remote_docker
39- - run : echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin
39+ - run :
40+ name : docker login
41+ command : echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin
4042 - run :
4143 name : goreleaser
4244 command : curl -sL https://git.io/goreleaser | bash
Original file line number Diff line number Diff line change 33 github :
44 owner : itzg
55 name : rcon-cli
6- brew :
7- install : bin.install "rcon-cli"
86builds :
97- goos :
108 - linux
@@ -32,9 +30,20 @@ archive:
3230 - CHANGELOG*
3331snapshot :
3432 name_template : SNAPSHOT-{{ .Commit }}
35- dockers :
36- - image : itzg/rcon-cli
3733changelog :
3834 filters :
3935 exclude :
40- - ' ^ci:'
36+ - ' ^ci:'
37+ dockers :
38+ - image : itzg/rcon-cli
39+ goos : linux
40+ goarch : amd64
41+ tag_templates :
42+ - " {{ .Tag }}"
43+ - latest
44+ scoop :
45+ bucket :
46+ owner : itzg
47+ name : scoop-bucket
48+ license : Apache2
49+ description : Enables REST-like access to HTML pages by scraping and parsing them into JSON
Original file line number Diff line number Diff line change 11FROM scratch
2- COPY rcon-cli /usr/bin/
3- ENTRYPOINT /usr/bin/ rcon-cli
2+ COPY rcon-cli /
3+ ENTRYPOINT /rcon-cli
You can’t perform that action at this time.
0 commit comments