We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110dd08 commit e25d47eCopy full SHA for e25d47e
.github/workflows/build.yml
@@ -1371,7 +1371,10 @@ jobs:
1371
- name: Prepare
1372
run: |
1373
platform=${{ matrix.platform }}
1374
- echo "PLATFORM_PAIR=${platform//\//-}" >> "${GITHUB_ENV}"
+ echo "PLATFORM_PAIR=${platform//\//-}" >> "${GITHUB_ENV}"
1375
+
1376
+ - name: Check out code into the Go module directory
1377
+ uses: actions/[email protected]
1378
1379
1380
- name: Image env sanitize
@@ -1423,7 +1426,7 @@ jobs:
1423
1426
path: ${{ runner.temp }}/digests
1424
1427
name: digests-${{ env.PLATFORM_PAIR }}
1425
1428
- - name: Prepare
1429
+ - name: Prepare digest information
1430
working-directory: ${{ runner.temp }}/digests
1431
1432
0 commit comments