We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47071ba commit f4c19fdCopy full SHA for f4c19fd
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') && 'kic-plus' || 'ubuntu-24.04' }}
31
services:
32
registry:
33
- image: registry:2
+ image: registry:3
34
ports:
35
- 5000:5000
36
steps:
0 commit comments