Skip to content

Commit

Permalink
Implementing docker image build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IrezD committed May 12, 2024
1 parent 336769e commit 378125e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image Buikd
name: Docker Image Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<form action="/" method="post">
<div class="mb-3"><br>
<label for="exampleInputEmail1" class="form-label">Enter a number</label>
<input type="text" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" name="number" >
<input required type="text" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" name="number" >
<div id="emailHelp" class="form-text">Pick any random number of your choice and get a fun fact related to the selected number.</div>
</div>
<button type="submit" class="btn btn-primary" value="submit">Submit</button>
Expand Down

0 comments on commit 378125e

Please sign in to comment.