File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ builds:
13
13
# build container images
14
14
dockers :
15
15
- image_templates :
16
- - " public. cr.seqera.io/seqeralabs /staticreg:{{.Tag}}-amd64"
16
+ - " cr.seqera.io/public /staticreg:{{.Tag}}-amd64"
17
17
use : buildx
18
18
build_flag_templates :
19
19
- " --pull"
20
20
- " --platform=linux/amd64"
21
21
- image_templates :
22
- - " public. cr.seqera.io/seqeralabs /staticreg:{{.Tag}}-arm64"
22
+ - " cr.seqera.io/public /staticreg:{{.Tag}}-arm64"
23
23
use : buildx
24
24
build_flag_templates :
25
25
- " --pull"
@@ -28,10 +28,10 @@ dockers:
28
28
29
29
# merge multi arch image manifests
30
30
docker_manifests :
31
- - name_template : " public. cr.seqera.io/seqeralabs /staticreg:{{.Tag}}"
31
+ - name_template : " cr.seqera.io/public /staticreg:{{.Tag}}"
32
32
image_templates :
33
- - " public. cr.seqera.io/seqeralabs /staticreg:{{.Tag}}-amd64"
34
- - " public. cr.seqera.io/seqeralabs /staticreg:{{.Tag}}-arm64"
33
+ - " cr.seqera.io/public /staticreg:{{.Tag}}-amd64"
34
+ - " cr.seqera.io/public /staticreg:{{.Tag}}-arm64"
35
35
archives :
36
36
- format : tar.gz
37
37
name_template : >-
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ staticreg serve
43
43
### Run with Docker
44
44
45
45
``` bash
46
- docker run --rm -d public. cr.seqera.io/seqeralabs /staticreg:0.1.0 --registry < registry-url-here>
46
+ docker run --rm -d cr.seqera.io/public /staticreg:0.1.2 --registry < registry-url-here>
47
47
```
48
48
49
49
## Install on Kubernetes
Original file line number Diff line number Diff line change 1
- 0.1.1
1
+ 0.1.2
Original file line number Diff line number Diff line change 17
17
restartPolicy : Always
18
18
containers :
19
19
- name : staticreg
20
- image : public. cr.seqera.io/seqeralabs /staticreg:sha-50b9793
20
+ image : cr.seqera.io/public /staticreg:0.1.2
21
21
command :
22
22
[
23
23
" /staticreg" ,
You can’t perform that action at this time.
0 commit comments