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 }}."