Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd209d5

Browse filesBrowse files
committed
Remove beta targets from Makefile
1 parent 0a3309c commit cd209d5
Copy full SHA for cd209d5

File tree

Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
-5Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
NAME := postgres-toolbox
22
TAG := latest
33
IMAGE_NAME := panubo/$(NAME)
4-
BETA_VERSION := 2.3.0-beta.3
54

65
.PHONY: build test push clean
76
build:
@@ -32,7 +31,3 @@ bash: .env
3231

3332
shellcheck:
3433
shellcheck commands/common.sh commands/create-user-db commands/drop-user-db commands/psql commands/report commands/save commands/pg-ping commands/vacuumdb commands/pganalyze
35-
36-
beta:
37-
docker tag panubo/postgres-toolbox:latest panubo/postgres-toolbox:$(BETA_VERSION)
38-
docker push panubo/postgres-toolbox:$(BETA_VERSION)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.