Skip to content

Commit

Permalink
Update docker_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonukai authored Feb 4, 2025
1 parent 522aa74 commit dd1e00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: bonukai/mediatracker:${{ steps.version.outputs.result }},bonukai/mediatracker:unstable,bonukai/mediatracker:latest

0 comments on commit dd1e00b

Please sign in to comment.