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:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: my_custom_label
|
runs-on: my_custom_label
|
||||||
|
container: node:22
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3 # Checks out your repository
|
- uses: actions/checkout@v3 # Checks out your repository
|
||||||
- name: Build Dockerfile
|
- name: Build Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue