Skip to content

Commit

Permalink
Fix platforms setup-buildx-action var
Browse files Browse the repository at this point in the history
  • Loading branch information
inFocus7 committed Jan 13, 2024
1 parent 3662c0a commit 927cf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
with:
platform: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
- name: Log in to Docker Hub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
Expand Down

0 comments on commit 927cf47

Please sign in to comment.