Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 62e2819

Browse files
authored
Merge pull request #69 from Zenfulcode/patch-makefile-easy-push
adding a tag parameter to make push command "make push tag=<version>"
2 parents ffd43f1 + 1341878 commit 62e2819

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ build:
1818
docker build -t ghcr.io/zenfulcode/commercify:$(tag) .
1919

2020
push:
21-
docker build -t ghcr.io/zenfulcode/commercify:dev .
22-
docker push ghcr.io/zenfulcode/commercify:dev
21+
docker build -t ghcr.io/zenfulcode/commercify:$(tag) .
22+
docker push ghcr.io/zenfulcode/commercify:$(tag)

0 commit comments

Comments
 (0)