attempt to docker build
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m30s Details

This commit is contained in:
Isaac Johnson 2025-06-18 07:06:27 -05:00
parent ed8cba13a7
commit 90ac9490f4
1 changed files with 5 additions and 0 deletions

View File

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