From 1b20105b2719b29375c36a495469366d1f3dea3b Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Fri, 10 Nov 2023 15:02:16 +0100 Subject: [PATCH] worflow: force updating of calico 3.26.3 Signed-off-by: Mathieu Tortuyaux --- .github/workflows/sync-calico-version.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sync-calico-version.yml b/.github/workflows/sync-calico-version.yml index 0cfd05997..662c663cb 100644 --- a/.github/workflows/sync-calico-version.yml +++ b/.github/workflows/sync-calico-version.yml @@ -35,15 +35,13 @@ jobs: commit-message: Update calico to ${{ steps.update-links.outputs.CALICO_VERSION }} delete-branch: true - name: Login to GitHub Container Registry (ghcr) - if: steps.update-links.outputs.UPDATE_NEEDED == 1 uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Mirror calico images to GHCR - if: steps.update-links.outputs.UPDATE_NEEDED == 1 env: - CALICO_VERSION: ${{ steps.update-links.outputs.CALICO_VERSION }} + CALICO_VERSION: v3.26.3 GHCR_ORG: ${{ inputs.ghcr_org }} run: .github/workflows/mirror-calico-images.sh "${GHCR_ORG:-flatcar}" "${CALICO_VERSION}"