added runs-on
Python application / Test (push) Successful in 40s
Python application / Deploy (push) Has been skipped

This commit is contained in:
brb
2023-07-11 14:01:38 +02:00
parent 0b4413ce9c
commit 1341fc5597
+2 -1
View File
@@ -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 }}""