From 607072c5d6d42624dca5e3d05f0e5d0023496535 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 30 Jun 2025 16:57:07 -0700 Subject: [PATCH] test --- .gitea/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 2781cfa..abdb905 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is building the docker base image. on: [push] jobs: - Explore-Gitea-Actions: + docker: runs-on: ubuntu-latest steps: - name: updateing. @@ -29,4 +29,4 @@ jobs: # run: | # ls ${{ gitea.workspace }} - - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file