specified image
Python application / build (push) Successful in 1m29s

This commit is contained in:
brb
2023-07-10 19:43:25 +02:00
parent 71946eab59
commit 19de6354c5
+2 -1
View File
@@ -1,10 +1,11 @@
name: Python application
run-name: ${{ gitea.actor }} is building the application
on: [push]
image: python:3.10
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10