You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pa...@apache.org on 2023/06/06 01:46:57 UTC

[arrow-nanoarrow] branch main updated: chore(ci): Fix image push command (#210)

This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new aaed5c3  chore(ci): Fix image push command (#210)
aaed5c3 is described below

commit aaed5c3e32c7841b7fc9c76a45b9a43591fc82e3
Author: Dewey Dunnington <de...@dunnington.ca>
AuthorDate: Mon Jun 5 21:46:53 2023 -0400

    chore(ci): Fix image push command (#210)
---
 .github/workflows/docker-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml
index 39e24e7..05d21f8 100644
--- a/.github/workflows/docker-build.yaml
+++ b/.github/workflows/docker-build.yaml
@@ -85,7 +85,7 @@ jobs:
           NANOARROW_PLATFORM: ${{ matrix.config.platform }}
           DOCKER_DEFAULT_PLATFORM: "linux/${{ matrix.config.arch }}"
         run: |
-          docker compose push
+          docker compose push verify
 
   # Build some arch-agnostic images for non-verify docker bits
   build-docker-manifest: