Skip to content

Commit

Permalink
GH-41467: [CI][Release] Don't push conda-verify-rc image (#41468)
Browse files Browse the repository at this point in the history
### Rationale for this change

Because it uses ubuntu:20.04 image directly. We don't build our image for it.

### What changes are included in this PR?

Don't push an image for `conda-verify-rc`.

### Are these changes tested?

No.

### Are there any user-facing changes?

No.
* GitHub Issue: #41467

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
kou authored May 2, 2024
1 parent 3c67091 commit 49bf3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/verify-rc/github.linux.amd64.docker.yml
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ jobs:
-e TEST_{{ target|upper }}=1 \
{{ distro }}-verify-rc
{% if arrow.is_default_branch() %}
{% if arrow.is_default_branch() and distro != "conda" %}
{{ macros.github_login_dockerhub()|indent }}
- name: Push Docker Image
shell: bash

0 comments on commit 49bf3d9

Please sign in to comment.