diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index c4600d8..8a7c95f 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,9 +1,9 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +name: Base image build +run-name: ${{ gitea.actor }} is building the docker base image. on: [push] jobs: - Explore-Gitea-Actions: + build: runs-on: ubuntu-latest steps: - run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."