Skip to content

Commit

Permalink
platforms: ${{ matrix.platform }}
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Apr 8, 2024
1 parent f2df629 commit 5b1eeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
with:
context: .
file: ./Dockerfile
platform: ${{ matrix.platform }}
platforms: ${{ matrix.platform }}
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPONAME }}:${{ matrix.platform }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPONAME }}:latest

0 comments on commit 5b1eeaf

Please sign in to comment.