Skip to content

Commit

Permalink
Merge pull request #57 from adrianchiris/fix-image-push-ppc64lle
Browse files Browse the repository at this point in the history
fix image push release workflow
  • Loading branch information
adrianchiris authored May 26, 2024
2 parents 4a30a2a + 1c1c707 commit 4624e42
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 4624e42

Please sign in to comment.