Skip to content

Commit

Permalink
fix: forgor to specify platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
floington500 committed Nov 4, 2023
1 parent 38c31c2 commit 3a2bfbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/private:friendly-bot
tags: ${{ secrets.DOCKERHUB_USERNAME }}/private:friendly-bot
platforms: linux/amd64,linux/arm64

0 comments on commit 3a2bfbc

Please sign in to comment.