Compare commits
9 Commits
0.7.0
...
cd7a26a7a8
| Author | SHA1 | Date | |
|---|---|---|---|
| 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,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