Compare commits
11
Commits
0.7.0
...
d363357809
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d363357809 | ||
|
|
b88afe07f4
|
||
|
|
cd7a26a7a8 | ||
|
|
67f51d58d8 | ||
|
|
24a29822cb | ||
|
|
5176a9f81c | ||
|
|
d8022f79d9 | ||
|
|
d70b97b415 | ||
|
|
c3b0c8d1a7 | ||
|
|
7c650e7a65 | ||
|
|
17e661fb96
|
@@ -3,7 +3,7 @@ name: auth0mock
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['v*']
|
||||
tags: ['*']
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
|
||||
@@ -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,3 +1,8 @@
|
||||
## [0.7.1] - 2026-01-13
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Change CI tag pattern to match all tags
|
||||
## [0.7.0] - 2026-01-13
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
+1
-1
@@ -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_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user