Skip to content

Commit cd209d5

Browse files
committed
Remove beta targets from Makefile
1 parent 0a3309c commit cd209d5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines 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)