patch: swap to stdlib sqlite3 (#21)
Push / release-docker-helm (push) Failing after 2m39s

Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
2026-03-12 19:17:26 +00:00
parent 45ce90f3cc
commit d5789b79a6
6 changed files with 2713 additions and 3872 deletions
+5 -5
View File
@@ -8,7 +8,7 @@ jobs:
release-docker-helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v6
with:
token: ${{ secrets.KESTRELOS_REPO_TOKEN }}
@@ -24,17 +24,17 @@ jobs:
./scripts/release.sh
- name: Log in to container registry
uses: docker/login-action@v4
uses: https://git.keligrubb.com/actions/docker-login-action@v4
with:
registry: git.keligrubb.com
username: ${{ github.actor }}
password: ${{ secrets.KESTRELOS_REPO_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
uses: https://git.keligrubb.com/actions/docker-setup-buildx-action@v4
- name: Build Docker image
uses: docker/build-push-action@v7
uses: https://git.keligrubb.com/actions/docker-build-push-action@v7
with:
context: .
load: true
@@ -50,7 +50,7 @@ jobs:
done < .tags
- name: Set up Helm
uses: azure/setup-helm@v4
uses: https://git.keligrubb.com/actions/setup-helm@v4
- name: Package and push Helm chart
env: