This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 51e574f ARROW-9764: [CI][Java] Fix wrong image name for push
51e574f is described below
commit 51e574f7b5f00d11a1b2108b88179f5f9a159b47
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon Aug 17 06:56:13 2020 +0900
ARROW-9764: [CI][Java] Fix wrong image name for push
Closes #7977 from kou/ci-java-fix-image-name
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.github/workflows/java.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml
index a679622..385d021 100644
--- a/.github/workflows/java.yml
+++ b/.github/workflows/java.yml
@@ -83,7 +83,7 @@ jobs:
- name: Docker Push
if: success() && github.event_name == 'push' && github.repository ==
'apache/arrow'
continue-on-error: true
- run: archery docker push debian-go
+ run: archery docker push debian-java
macos:
name: AMD64 MacOS 10.15 Java JDK ${{ matrix.jdk }}