From 1341fc5597fd1607afb763833b94f06ec6030d4a Mon Sep 17 00:00:00 2001 From: brb Date: Tue, 11 Jul 2023 14:01:38 +0200 Subject: [PATCH] added runs-on --- .gitea/workflows/pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}""