diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfd1810b5..dab55023b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -283,7 +283,7 @@ jobs: ghcr.io/${{ github.repository }}:$NEW_TAG-amd64\ ghcr.io/${{ github.repository }}:$NEW_TAG-aarch64 - docker push ghcr.io/${{ github.repository }}:$NEW_TAG + docker manifest push ghcr.io/${{ github.repository }}:$NEW_TAG - name: Set Up Python if: ${{ env.PUBLISH == '1' }} uses: actions/setup-python@v4