A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cloudflare/cfssl/commit/6152bbbf41b60c5a7e204e48389365e5f4b3a0ad below:

add Docker Hub push to release make target · cloudflare/cfssl@6152bbb · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+12

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+12

-2

lines changed Original file line number Diff line number Diff line change

@@ -62,11 +62,21 @@ __check_defined = \

62 62

snapshot:

63 63

docker run --rm -v $(PWD):/workdir -w /workdir cbroglie/goreleaser-cgo:1.12.12-musl goreleaser --rm-dist --snapshot --skip-publish

64 64 65 -

.PHONY: release

66 -

release:

65 +

.PHONY: github-release

66 +

github-release:

67 67

@:$(call check_defined, GITHUB_TOKEN)

68 68

docker run -e GITHUB_TOKEN=$(GITHUB_TOKEN) --rm -v $(PWD):/workdir -w /workdir cbroglie/goreleaser-cgo:1.12.12-musl goreleaser --rm-dist

69 69 70 +

.PHONY: docker-build

71 +

docker-build:

72 +

docker build -f Dockerfile -t cfssl/cfssl:$(VERSION) .

73 +

.PHONY: docker-push

74 +

docker-push:

75 +

docker push cfssl/cfssl:$(VERSION)

76 + 77 +

.PHONY: release

78 +

release: github-release docker-build docker-push

79 + 70 80

BUILD_PATH := $(CURDIR)/build

71 81

INSTALL_PATH := $(BUILD_PATH)/usr/local/bin

72 82

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4