Skip to content

Commit

Permalink
fix image push release workflow
Browse files Browse the repository at this point in the history
- fix typo in ppc64le build

Signed-off-by: adrianc <[email protected]>
  • Loading branch information
adrianchiris committed May 26, 2024
1 parent 4a30a2a commit 1c1c707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
with:
context: .
push: true
platforms: linux/arm64
platforms: linux/ppc64le
tags: |
${{ steps.docker_meta.outputs.tags }}-ppc64le
file: ./Dockerfile.ppc64le
Expand Down

0 comments on commit 1c1c707

Please sign in to comment.