Skip to content

Commit f4c19fd

Browse files
Update registry Docker tag to v3 (#3289)
| datasource | package | from | to | | ---------- | -------- | ---- | -- | | docker | registry | 2 | 3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47071ba commit f4c19fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') && 'kic-plus' || 'ubuntu-24.04' }}
3131
services:
3232
registry:
33-
image: registry:2
33+
image: registry:3
3434
ports:
3535
- 5000:5000
3636
steps:

0 commit comments

Comments
 (0)