Compare commits

..

6 Commits

Author SHA1 Message Date
argoyle d363357809 Merge pull request 'chore: remove unused .gitlab-ci.yml' (#249) from remove-gitlab-ci into main
Release / release (push) Successful in 3m26s
auth0mock / build (push) Successful in 4m59s
Reviewed-on: #249
2026-01-23 14:56:33 +00:00
argoyle b88afe07f4 chore: remove unused .gitlab-ci.yml
auth0mock / build (pull_request) Successful in 4m33s
No longer needed after migration to Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 14:34:07 +01:00
renovate cd7a26a7a8 chore(deps): update golang:1.25 docker digest to ce63a16 (#248)
Release / release (push) Successful in 1m24s
auth0mock / build (push) Successful in 3m19s
2026-01-19 22:04:11 +00:00
renovate 67f51d58d8 chore(deps): update golang:1.25 docker digest to bc45dfd (#247)
Release / release (push) Successful in 1m28s
auth0mock / build (push) Successful in 2m23s
2026-01-15 22:05:54 +00:00
renovate 24a29822cb chore(deps): update golang:1.25 docker digest to 8bbd140 (#246)
Release / release (push) Successful in 1m28s
auth0mock / build (push) Successful in 2m13s
2026-01-14 06:43:59 +00:00
renovate 5176a9f81c chore(deps): update golang:1.25 docker digest to 581c059 (#245)
Release / release (push) Successful in 34s
auth0mock / build (push) Successful in 57s
2026-01-13 19:02:23 +00:00
2 changed files with 1 additions and 18 deletions
-17
View File
@@ -1,17 +0,0 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
- project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml
stages:
- build
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- push
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.25@sha256:0f406d34b7cb7255d0700af02ec28a2c88f1e00701055f4c282aa4c3ec0b3245 AS build FROM golang:1.25@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 AS build
ARG GITLAB_USER ARG GITLAB_USER
ARG GITLAB_TOKEN ARG GITLAB_TOKEN