Skip to content

Commit

Permalink
ci: buildx might need newer version
Browse files Browse the repository at this point in the history
ERROR: Multi-platform build is not supported for the docker driver.
  • Loading branch information
conrad784 committed Feb 11, 2024
1 parent 9a50f6c commit 51153f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
images: conrad784/mediathekview-webinterface

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down

0 comments on commit 51153f2

Please sign in to comment.