kaikki ajot ilman dind konttia. docker ja helm ajot dind kontissa.
CI Feature / Load example-gitea-env.conf to pipeline env (push) Failing after 1m34s
CI Feature / Bats tests (push) Has been skipped
CI Feature / Cucumber tests (push) Has been skipped
CI Feature / Report Summary (push) Failing after 6s

This commit is contained in:
moilanik
2026-06-27 03:32:28 +03:00
parent 0d28c3e865
commit 4bdb4f3d6a
3 changed files with 44 additions and 13 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ concurrency:
jobs:
build-push:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
@@ -91,7 +91,7 @@ jobs:
fi
tag-commit:
runs-on: ubuntu-latest
runs-on: docker
needs: [build-push]
steps:
- uses: actions/checkout@v4