Skip to content

Commit

Permalink
worflow: force updating of calico 3.26.3
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Nov 10, 2023
1 parent 94aca3a commit 1b20105
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sync-calico-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 1b20105

Please sign in to comment.