attempt to docker build
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m30s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m30s
Details
This commit is contained in:
parent
ed8cba13a7
commit
90ac9490f4
|
@ -16,4 +16,9 @@ jobs:
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
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 }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in New Issue