Skip to content

Commit

Permalink
Allow to push for multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
hpedrorodrigues committed Oct 17, 2024
1 parent a6e58bf commit ec178d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
- uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:1.0.${{ github.run_number }}

0 comments on commit ec178d3

Please sign in to comment.