diff --git a/.github/workflows/push-dev.yml b/.github/workflows/push-dev.yml index 750661f00..dd2ef095b 100644 --- a/.github/workflows/push-dev.yml +++ b/.github/workflows/push-dev.yml @@ -11,8 +11,8 @@ jobs: if: "github.ref == 'refs/heads/main'" strategy: matrix: - page: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55] - page-total: [55] + page: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51] + page-total: [51] fail-fast: false runs-on: devcontainer-image-builder-ubuntu steps: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index cb1433f9f..2af33fe63 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,8 +11,8 @@ jobs: if: ${{ github.event.base_ref == 'refs/heads/main' }} strategy: matrix: - page: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55] - page-total: [55] + page: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51] + page-total: [51] fail-fast: false runs-on: devcontainer-image-builder-ubuntu steps: diff --git a/src/anaconda/manifest.json b/src/anaconda/manifest.json index c705dd380..99cba9329 100644 --- a/src/anaconda/manifest.json +++ b/src/anaconda/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.202.25", + "version": "0.203.0", "build": { "latest": true, "rootDistro": "debian", diff --git a/src/miniconda/manifest.json b/src/miniconda/manifest.json index 27e4d5932..6640e20ae 100644 --- a/src/miniconda/manifest.json +++ b/src/miniconda/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.202.22", + "version": "0.202.23", "build": { "latest": true, "rootDistro": "debian", diff --git a/src/universal/manifest.json b/src/universal/manifest.json index ccb7aceac..e335fb2ac 100644 --- a/src/universal/manifest.json +++ b/src/universal/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.3.2", "build": { "latest": true, "rootDistro": "debian",