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