From 90ac9490f421fa8a2acefcd3f3b80c4c896c9356 Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Wed, 18 Jun 2025 07:06:27 -0500 Subject: [PATCH] attempt to docker build --- .gitea/workflows/cicd.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index c537cc6..452a3e6 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -16,4 +16,9 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} + - name: Build Docker + run: | + set -x + export + docker build -t logingest:0.1 . - run: echo "🍏 This job's status is ${{ job.status }}."