Skip to content

Commit

Permalink
apacheGH-41467: [CI][Release] Don't push conda-verify-rc image
Browse files Browse the repository at this point in the history
Because it uses ubuntu:20.04 image directly. We don't build our image
for it.
  • Loading branch information
kou committed Apr 30, 2024
1 parent e22197f commit 533d744
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
Expand Up @@ -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
Expand Down

0 comments on commit 533d744

Please sign in to comment.