Skip to content

Commit ea7af97

Browse files
committed
Revert platform tags
1 parent a78c28c commit ea7af97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: build
6161
uses: docker/build-push-action@v6
6262
with:
63-
platforms: ${{ matrix.os }}
63+
platforms: ${{ env.ARCH_TAG }}
6464
labels: ${{ steps.meta.outputs.labels }}
6565
outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}",push-by-digest=true,name-canonical=true,push=true
6666

@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload digest
7474
uses: actions/upload-artifact@v4
7575
with:
76-
name: digests-${{ matrix.os }}
76+
name: digests-${{ env.ARCH_TAG }}
7777
path: ${{ runner.temp }}/digests/*
7878
if-no-files-found: error
7979
retention-days: 1

0 commit comments

Comments
 (0)