Skip to content

Commit

Permalink
Fix pipeline (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTimme authored Jun 30, 2024
1 parent 3ff6773 commit 02ceabd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ jobs:
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms:
- linux/arm64
- linux/amd64
platforms: linux/arm64,linux/amd64

0 comments on commit 02ceabd

Please sign in to comment.