We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e760844 + 2accfdb commit dae62c0Copy full SHA for dae62c0
.github/workflows/dev-cd.yml
@@ -41,4 +41,4 @@
41
# script: |
42
# docker rm -f taskflow
43
# docker image rm ${{ secrets.DOCKER_REPO }} -f
44
-# docker run --name taskflow --network host -d -p 8080:8080 ${{ secrets.DOCKER_REPO }} --restart on-failure
+# docker run --name taskflow --network host -d -p 8080:8080 ${{ secrets.DOCKER_REPO }} --restart on-failure
0 commit comments