We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734e3b9 commit 2336c83Copy full SHA for 2336c83
Makefile
@@ -32,3 +32,6 @@ ci-check:
32
33
docker-build-original:
34
docker buildx build -t hexletbasics/exercises-javascript .
35
+
36
+docker-push-original:
37
+ docker push hexletbasics/exercises-javascript
0 commit comments