From c23de295ab3682279eaf4a4ebac6759d233b6d43 Mon Sep 17 00:00:00 2001 From: "max.Mustermann#5294" <61767855+daMustermann@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:33:11 +0100 Subject: [PATCH 1/3] Create docker-image.yml (#1) --- .github/workflows/docker-image.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/docker-image.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml new file mode 100644 index 0000000..3f53646 --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -0,0 +1,18 @@ +name: Docker Image CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Build the Docker image + run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) From 49acad65c0a21476691d7520ed58888511cb53f8 Mon Sep 17 00:00:00 2001 From: daMustermann Date: Sun, 12 Jan 2025 00:53:28 +0100 Subject: [PATCH 2/3] Enhance title: Update page titles for better clarity and consistency --- templates/index.html | 4 ++-- templates/item.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index e05aac1..8f26d3e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ - Inventory + Home Inventory Management
@@ -178,7 +178,7 @@
-

Inventory

+

Home Inventory Management

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} diff --git a/templates/item.html b/templates/item.html index 02bd184..43038c9 100644 --- a/templates/item.html +++ b/templates/item.html @@ -1,7 +1,7 @@ - {{ item.title }} + Home Inventory Management - {{ item.title }}