We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8481a8 commit 26ac1b0Copy full SHA for 26ac1b0
update-docker-io.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+git checkout main
3
+git pull
4
+#tag=$(git describe --tags | cut -d\- -f1 | sed s/v/release-/)
5
+docker login
6
+docker build . -t mevdschee/php-crud-api:latest
7
+#docker build . -t mevdschee/php-crud-api:$tag
8
+#docker push mevdschee/php-crud-api:$tag
9
+docker push mevdschee/php-crud-api:latest
0 commit comments