Skip to content

Commit d448da1

Browse files
Update registry Docker tag to v3
| datasource | package | from | to | | ---------- | -------- | ---- | -- | | docker | registry | 2 | 3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73de9c9 commit d448da1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-openresty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
services:
2222
registry:
23-
image: registry:2
23+
image: registry:3
2424
ports:
2525
- 5000:5000
2626
steps:

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04
2424
services:
2525
registry:
26-
image: registry:2
26+
image: registry:3
2727
ports:
2828
- 5000:5000
2929
strategy:

0 commit comments

Comments
 (0)