diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 0d49786..ddf1c16 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -1,4 +1,5 @@ name: Python application +runs-on: ubuntu-latest run-name: ${{ gitea.actor }} is building the application on: [push] image: python:3.10 @@ -34,5 +35,5 @@ jobs: - name: Build image run: | # docker build . --file Dockerfile --tag ${{}} - echo "${{ gitea }}"" + echo "${{ gitea.actor }}""