Skip to content

Commit 2336c83

Browse files
committed
add make command to push docker
Signed-off-by: Kirill Mokevnin <[email protected]>
1 parent 734e3b9 commit 2336c83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ ci-check:
3232

3333
docker-build-original:
3434
docker buildx build -t hexletbasics/exercises-javascript .
35+
36+
docker-push-original:
37+
docker push hexletbasics/exercises-javascript

0 commit comments

Comments
 (0)