Skip to content

Commit 189ec41

Browse files
authored
Merge pull request #35 from stackhpc/calico_tigera_rename
Push renamed Calico Tigera operator images
2 parents deb3b2c + 1955bad commit 189ec41

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.github/workflows/pr.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ jobs:
2828
- name: Checkout container-image-sync
2929
uses: actions/checkout@master
3030

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
3339

3440
- name: Run sinker push (dry-run)
3541
run: ../sinker push --dryrun
36-
continue-on-error: true

.images.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,28 @@ sources:
4141
- repository: calico/cni
4242
host: docker.io
4343
tag: v3.27.0
44+
target:
45+
repository: calico-cni
4446
- repository: calico/kube-controllers
4547
host: docker.io
4648
tag: v3.27.0
49+
target:
50+
repository: calico-kube-controllers
4751
- repository: calico/node
4852
host: docker.io
4953
tag: v3.27.0
54+
target:
55+
repository: calico-node
5056
- repository: calico/pod2daemon-flexvol
5157
host: docker.io
5258
tag: v3.27.0
59+
target:
60+
repository: calico-pod2daemon-flexvol
5361
- repository: calico/typha
5462
host: docker.io
5563
tag: v3.27.0
64+
target:
65+
repository: calico-typha
5666

5767
# Conformance
5868
- repository: conformance

0 commit comments

Comments
 (0)