Skip to content

Commit 3236805

Browse files
lidavidmkou
andauthored
Update .github/workflows/test_jni.yml
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent 610fc45 commit 3236805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_jni.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Push Docker image
7878
if: success() && github.event_name == 'push' && github.repository == 'apache/arrow-java' && github.ref_name == 'main'
7979
run: |
80-
docker push ghcr.io/apache/arrow-java-dev:amd64-vcpkg-jni
80+
docker compose push vcpkg-jni
8181
- name: Compress into single artifact to keep directory structure
8282
run: tar -cvzf arrow-shared-libs-linux-${{ matrix.platform.arch }}.tar.gz dist/
8383
- name: Upload artifacts

0 commit comments

Comments
 (0)