diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0a1cf28..1a66b52 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -19,7 +19,6 @@ env: REGISTRY_USERNAME: vividboarder # github.repository as / IMAGE_NAME: ${{ github.repository }} - PLATFORMS: linux/amd64,linux/arm,linux/arm64 jobs: build: @@ -88,7 +87,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: ${{ env.PLATFORMS }} + platforms: ${{ steps.buildx.outputs.platforms }} # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker