Skip to content

Commit e25d47e

Browse files
- Progressing fast docker.
1 parent 110dd08 commit e25d47e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,10 @@ jobs:
13711371
- name: Prepare
13721372
run: |
13731373
platform=${{ matrix.platform }}
1374-
echo "PLATFORM_PAIR=${platform//\//-}" >> "${GITHUB_ENV}"
1374+
echo "PLATFORM_PAIR=${platform//\//-}" >> "${GITHUB_ENV}"
1375+
1376+
- name: Check out code into the Go module directory
1377+
uses: actions/[email protected]
13751378

13761379

13771380
- name: Image env sanitize
@@ -1423,7 +1426,7 @@ jobs:
14231426
path: ${{ runner.temp }}/digests
14241427
name: digests-${{ env.PLATFORM_PAIR }}
14251428

1426-
- name: Prepare
1429+
- name: Prepare digest information
14271430
working-directory: ${{ runner.temp }}/digests
14281431
run: |
14291432
platform=${{ matrix.platform }}

0 commit comments

Comments
 (0)