Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Successful in 2m16s
Details
CICD / Explore-Gitea-Actions (push) Successful in 2m16s
Details
This commit is contained in:
parent
e024436945
commit
0a067c37ba
|
@ -5,6 +5,7 @@ on: [push]
|
|||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: my_custom_label
|
||||
container: node:22
|
||||
steps:
|
||||
- uses: actions/checkout@v3 # Checks out your repository
|
||||
- name: Build Dockerfile
|
||||
|
|
Loading…
Reference in New Issue