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 e3d3042 commit e8d5bf0Copy full SHA for e8d5bf0
Dockerfile
@@ -0,0 +1,6 @@
1
+# The Dockerfile is not a real Dockerfile.
2
+# Those vars are used broadly outside this Dockerfile
3
+# Github Action CI and release script (./utility.sh) is consuming these variables.
4
+ARG VERSION="2.3.0"
5
+ARG APP_NAME="docker-stack-this"
6
+ARG GIT_PROJECT_NAME="docker-stack-this"
0 commit comments