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 3e1f722 commit b0a6df3Copy full SHA for b0a6df3
.controlplane/Dockerfile
@@ -76,3 +76,7 @@ ENTRYPOINT ["./.controlplane/entrypoint.sh"]
76
# Default args to pass to the entry point that can be overridden
77
# For Kubernetes and ControlPlane, these are the "workload args"
78
CMD ["./bin/rails", "server"]
79
+
80
+# Current commit hash environment variable
81
+ARG GIT_COMMIT_SHA
82
+ENV GIT_COMMIT_SHA=${GIT_COMMIT_SHA}
0 commit comments