added runs-on
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
name: Python application
|
name: Python application
|
||||||
|
runs-on: ubuntu-latest
|
||||||
run-name: ${{ gitea.actor }} is building the application
|
run-name: ${{ gitea.actor }} is building the application
|
||||||
on: [push]
|
on: [push]
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
@@ -34,5 +35,5 @@ jobs:
|
|||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
# docker build . --file Dockerfile --tag ${{}}
|
# docker build . --file Dockerfile --tag ${{}}
|
||||||
echo "${{ gitea }}""
|
echo "${{ gitea.actor }}""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user