From 1955bade7f015bd292cd73772af79a9120c643f2 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 13 Mar 2024 16:21:52 +0100 Subject: [PATCH] Push renamed Calico Tigera operator images --- .github/workflows/pr.yml | 11 ++++++++--- .images.yaml | 10 ++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 99f4596..cc2d837 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -28,9 +28,14 @@ jobs: - name: Checkout container-image-sync uses: actions/checkout@master -# - name: Run sinker check -# run: ../sinker check + - name: Login to Docker Hub + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKER_HUB_USERNAME }} + password: ${{ secrets.DOCKER_HUB_TOKEN }} + + #- 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