From 0db830b3b1d014cd3fdf7e4d129d5bae8c44813c Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 8 Jan 2026 14:42:25 +0100 Subject: [PATCH] feat: migrate from GitLab CI to Gitea Actions --- .gitea/workflows/ci.yaml | 19 +++++++++++++++++++ k8s/deploy.yaml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..1b2523b --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,19 @@ +name: auth0mock + +on: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + build: + runs-on: ubuntu-latest + env: + BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }} + GITEA_REPOSITORY: ${{ gitea.repository }} + steps: + - uses: actions/checkout@v4 + - uses: buildtool/setup-buildtools-action@v1 + - name: Build and push + run: unset GITEA_TOKEN && build && push diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index e1e80d7..ff36036 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: auth0mock - image: registry.gitlab.com/unboundsoftware/auth0mock:${COMMIT} + image: oci.unbound.se/unboundsoftware/auth0mock:${COMMIT} imagePullPolicy: "IfNotPresent" resources: requests: