Skip to content

Commit b16d4e6

Browse files
committed
WIP: Test GHCR mirror pre-pull for dockcross images
Temporarily point python-build-workflow at the ghcr-mirror-dockcross-images branch of ITKRemoteModuleBuildTestPackageAction to test the pre-pull step with GHCR fallback logic. Pin to ITK v5.4.5 wheel/package tags to match the v5.4.5 build cache.
1 parent 7a691e8 commit b16d4e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-test-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ jobs:
88
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.5
99

1010
python-build-workflow:
11-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.5
11+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@ghcr-mirror-dockcross-images
1212
with:
13+
itk-wheel-tag: 'v5.4.5'
14+
itk-python-package-tag: 'v5.4.5'
15+
python3-minor-versions: '["10","11"]'
1316
test-notebooks: false
1417
secrets:
1518
pypi_password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)