This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/buildserver/test.html

9 lines
No EOL
240 B
HTML

<html>
<body>
<form enctype='multipart/form-data' method="post" action="/build/">
<input type="file" name="dockerfile">
<input type="text" name="tag">
<button type="submit">Send</button>
</form>
</body>
</html>