Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix platform split on docker-build-and-publish
Browse files Browse the repository at this point in the history
DrummyFloyd committed Jan 7, 2025
1 parent 578853d commit 164fb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -171,7 +171,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./images/${{ inputs.image_name }}
file: ./images/${{ inputs.image_name }}/Dockerfile
platforms: ${{ inputs.platforms }}
platforms: ${{ matrix.platform }}
push: ${{ steps.prep.outputs.push }}
tags: ${{ steps.meta.outputs.tags }}
build-args: |

0 comments on commit 164fb0b

Please sign in to comment.