Skip to content

Commit 78bbafa

Browse files
committed
test tag generation from lotus version
1 parent 982b77c commit 78bbafa

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/workflows/publish-proof-containers.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
lotus-version:
22-
- v1.23.1
23-
- v1.23.2
24-
- v1.23.3
25-
- v1.23.4-rc1
21+
network-version:
22+
- name: v28
23+
lotus-commit: ad39d8707d9c8efa567cd4306140988930f1ef57
24+
lotus-versions:
25+
- v1.23.1
26+
- v1.23.2
27+
- v1.23.3
28+
- v1.23.4-rc1
2629
sector-size:
2730
- '8388608'
2831
platform:
@@ -49,6 +52,12 @@ jobs:
4952
images: ghcr.io/${{ github.repository }}
5053
tags: |
5154
type=raw,value=fil-proof-params-${{ matrix.lotus-version }}-${{ matrix.sector-size }}
55+
- uses: actions/github-script@v6
56+
with:
57+
script: |
58+
for (lotus-version in matrix.network-version.lotus-versions) {
59+
console.log(`fil-proof-params-${lotus-version }-${matrix.sector-size }`)
60+
}
5261
- name: Build image for Lotus ${{ matrix.lotus-version }} Sector Size ${{ matrix.sector-size }}
5362
uses: docker/build-push-action@v4
5463
with:

0 commit comments

Comments
 (0)