Skip to content

Commit dc290e2

Browse files
committed
correct plaform
1 parent 2bfa991 commit dc290e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Build and export to Docker local cache
3131
uses: docker/build-push-action@v6
3232
with:
33+
platforms: linux/${{ matrix.arch }}
3334
# Need load and tags so we can test it below
3435
load: true
3536
tags: tag_for_testing
@@ -47,7 +48,7 @@ jobs:
4748
id: build
4849
uses: docker/build-push-action@v6
4950
with:
50-
platforms: linux/${{ matrix.platform }}
51+
platforms: linux/${{ matrix.arch }}
5152
labels: ${{ steps.meta.outputs.labels }}
5253
tags: ${{ steps.meta.outputs.tags }}
5354
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
@@ -61,7 +62,7 @@ jobs:
6162
- name: Upload digest
6263
uses: actions/upload-artifact@v4
6364
with:
64-
name: digests-linux-${{ matrix.platform }}
65+
name: digests-linux-${{ matrix.arch }}
6566
path: ${{ runner.temp }}/digests/*
6667
if-no-files-found: error
6768
retention-days: 1

0 commit comments

Comments
 (0)