File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 28
28
- name : Checkout container-image-sync
29
29
uses : actions/checkout@master
30
30
31
- # - name: Run sinker check
32
- # run: ../sinker check
31
+ - name : Login to Docker Hub
32
+ uses : docker/login-action@v3
33
+ with :
34
+ username : ${{ secrets.DOCKER_HUB_USERNAME }}
35
+ password : ${{ secrets.DOCKER_HUB_TOKEN }}
36
+
37
+ # - name: Run sinker check
38
+ # run: ../sinker check
33
39
34
40
- name : Run sinker push (dry-run)
35
41
run : ../sinker push --dryrun
36
- continue-on-error : true
Original file line number Diff line number Diff line change @@ -41,18 +41,28 @@ sources:
41
41
- repository : calico/cni
42
42
host : docker.io
43
43
tag : v3.27.0
44
+ target :
45
+ repository : calico-cni
44
46
- repository : calico/kube-controllers
45
47
host : docker.io
46
48
tag : v3.27.0
49
+ target :
50
+ repository : calico-kube-controllers
47
51
- repository : calico/node
48
52
host : docker.io
49
53
tag : v3.27.0
54
+ target :
55
+ repository : calico-node
50
56
- repository : calico/pod2daemon-flexvol
51
57
host : docker.io
52
58
tag : v3.27.0
59
+ target :
60
+ repository : calico-pod2daemon-flexvol
53
61
- repository : calico/typha
54
62
host : docker.io
55
63
tag : v3.27.0
64
+ target :
65
+ repository : calico-typha
56
66
57
67
# Conformance
58
68
- repository : conformance
You can’t perform that action at this time.
0 commit comments