deprecate aks 1.27 tests and add aks 1.30 (#251) #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Flannel Windows HPC Image | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
buildx-flannel-windows-hpc: | |
uses: ./.github/workflows/docker-buildx.yaml | |
with: | |
image_name: flannel-windows-hpc | |
context: ./e2e-runner/e2e_runner/ci/capz_flannel/flannel/flannel-windows-hpc | |
platform: windows/amd64 | |
secrets: inherit |