diff --git a/.gitea/workflows/serve.yml b/.gitea/workflows/serve.yml index 4bc6c24..98889b2 100644 --- a/.gitea/workflows/serve.yml +++ b/.gitea/workflows/serve.yml @@ -1,20 +1,20 @@ name: Aboba on: - push: - branches: [test] + push: + branches: [test] jobs: - build: - runs-on: ubuntu-latest - container: - image: catthehacker/ubuntu:act-latest - steps: - - name: Checkout - - uses: actions/checkout@v3 + build: + runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest + steps: + - name: Checkout + uses: actions/checkout@v3 - - name: Set up Docker BuildX - - uses: docker/setup-buildx-action@v3 + - name: Set up Docker BuildX + uses: docker/setup-buildx-action@v3 - - name: Build the Docker image - run: docker-compose up -d + - name: Build the Docker image + run: docker-compose up -d