File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
go-version : " 1.24"
28
28
29
- - name : set up Docker Buildx
30
- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
29
+ - name : Install Go test dependencies
30
+ run : go mod tidy
31
31
32
32
- name : Conformance tests
33
33
run : go test -v ./conformance/...
42
42
if : ${{ startsWith(github.ref, 'refs/tags/') }}
43
43
uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
44
44
45
+ - name : set up Docker Buildx
46
+ if : ${{ startsWith(github.ref, 'refs/tags/') }}
47
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
48
+
45
49
- name : Login to GitHub Container Registry
46
50
if : ${{ startsWith(github.ref, 'refs/tags/') }}
47
51
uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Key use cases:
36
36
bindEnvToFlag (cmd , "log-format" , "UNREGISTRY_LOG_FORMAT" )
37
37
bindEnvToFlag (cmd , "log-level" , "UNREGISTRY_LOG_LEVEL" )
38
38
bindEnvToFlag (cmd , "namespace" , "UNREGISTRY_CONTAINERD_NAMESPACE" )
39
- bindEnvToFlag (cmd , "socket " , "UNREGISTRY_CONTAINERD_SOCK" )
39
+ bindEnvToFlag (cmd , "sock " , "UNREGISTRY_CONTAINERD_SOCK" )
40
40
},
41
41
RunE : func (cmd * cobra.Command , args []string ) error {
42
42
return run (cfg )
You can’t perform that action at this time.
0 commit comments