diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 20a116a28..1f5ebdb6b 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -106,7 +106,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64, linux/arm64, linux/ppc64le push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -155,7 +155,7 @@ jobs: platforms: linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.single-arch-meta-arm64.outputs.tags }} - labels: ${{ steps.single-arch-meta-arm64.outputs.labels }} + labels: ${{ steps.single-arch-meta-arm64.outputs.labels }} - name: Build manifest if: github.event_name != 'pull_request' env: