ci: docker_tag=ext\n\nAdd minimal CI workflow to trigger on tag ext
All checks were successful
lecoffre_node-ci-ext / ci (push) Successful in 4s
All checks were successful
lecoffre_node-ci-ext / ci (push) Successful in 4s
This commit is contained in:
parent
1dba7ca91c
commit
3ea0c10bba
25
.gitea/workflows/build-ext.yml
Normal file
25
.gitea/workflows/build-ext.yml
Normal file
@ -0,0 +1,25 @@
|
||||
name: lecoffre_node-ci-ext
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- ext
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Print context
|
||||
run: |
|
||||
set -euo pipefail
|
||||
echo "Repository: $GITHUB_REPOSITORY"
|
||||
echo "Ref: $GITHUB_REF"
|
||||
echo "Sha: $GITHUB_SHA"
|
||||
- name: Validate repo structure
|
||||
run: |
|
||||
set -euo pipefail
|
||||
test -f docker-compose.yml && echo "docker-compose.yml found"
|
||||
test -d conf && echo "conf/ found"
|
||||
test -d scripts && echo "scripts/ found"
|
Loading…
x
Reference in New Issue
Block a user