diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 99f4596..aba3dbd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -28,9 +28,8 @@ jobs: - name: Checkout container-image-sync uses: actions/checkout@master -# - name: Run sinker check -# run: ../sinker check + - name: Run sinker check + run: ../sinker check - name: Run sinker push (dry-run) run: ../sinker push --dryrun - continue-on-error: true diff --git a/.images.yaml b/.images.yaml index 53f6021..c72ee64 100644 --- a/.images.yaml +++ b/.images.yaml @@ -41,18 +41,28 @@ sources: - repository: calico/cni host: docker.io tag: v3.27.0 + target: + repository: calico-cni - repository: calico/kube-controllers host: docker.io tag: v3.27.0 + target: + repository: calico-kube-controllers - repository: calico/node host: docker.io tag: v3.27.0 + target: + repository: calico-node - repository: calico/pod2daemon-flexvol host: docker.io tag: v3.27.0 + target: + repository: calico-pod2daemon-flexvol - repository: calico/typha host: docker.io tag: v3.27.0 + target: + repository: calico-typha # Conformance - repository: conformance