Delete directory '.gitea/workflows'
Borrando workflow
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
name: Build PY-GREX
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Build Docker image
|
|
||||||
run: docker build -t pygrex .
|
|
||||||
Reference in New Issue
Block a user