added runs-on
This commit is contained in:
@@ -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 }}""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user