5 Commits

Author SHA1 Message Date
41b17ca1e4 Merge pull request 'chore(deps): update unittests/bash/test_helper/bats-mock digest to c62aac7' (#3) from renovate/bats-testing-framework into main
All checks were successful
changelog / changelog (push) Successful in 9s
check-and-test / check-and-test (push) Successful in 49s
Reviewed-on: #3
2026-01-17 15:38:51 +00:00
bcff2ec386 Merge pull request 'chore(deps): update commitlint/commitlint docker tag to v20.3.1' (#4) from renovate/workflow-dependencies-(minor-and-patch) into main
Some checks failed
changelog / changelog (push) Successful in 10s
check-and-test / check-and-test (push) Has been cancelled
Reviewed-on: #4
2026-01-17 15:38:31 +00:00
53aaa971bf chore(deps): update commitlint/commitlint docker tag to v20.3.1
All checks were successful
commitlint / check-and-test (pull_request) Successful in 10s
check-and-test / check-and-test (pull_request) Successful in 49s
2026-01-17 00:01:29 +00:00
614ad9b55c chore(deps): update unittests/bash/test_helper/bats-mock digest to c62aac7
All checks were successful
commitlint / check-and-test (pull_request) Successful in 8s
check-and-test / check-and-test (pull_request) Successful in 53s
2026-01-17 00:01:26 +00:00
7c0a3728db fix url
All checks were successful
changelog / changelog (push) Successful in 11s
check-and-test / check-and-test (push) Successful in 49s
generate-chart / generate-chart-publish (push) Successful in 37s
generate-chart / release-gitea (push) Successful in 9s
2026-01-12 15:09:14 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ on:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: commitlint/commitlint:20.2.0
container: commitlint/commitlint:20.3.1
steps:
- uses: actions/checkout@v6
- name: check PR title

View File

@@ -73,7 +73,7 @@ jobs:
mkdir gitea
mv gitea*.tgz gitea/
curl --fail --location --output gitea/index.yaml --silent --show-error https://weyma-s3.infra.dubyatp.xyz/helm-bucket-ea34bc44-ef19-480d-a16a-1e583991f123/charts/index.yaml
helm repo index gitea/ --url https://weyma-s3.infra.dubyatp.xyz/helm-bucket-ea34bc44-ef19-480d-a16a-1e583991f123/charts/index.yaml --merge gitea/index.yaml
helm repo index gitea/ --url https://weyma-s3.infra.dubyatp.xyz/helm-bucket-ea34bc44-ef19-480d-a16a-1e583991f123/charts/ --merge gitea/index.yaml
- name: Copy files to S3 and clear cache
run: |