Skip to content

Commit

Permalink
ci: Fix Docker image tag check
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Jan 20, 2023
1 parent b7dab14 commit 6b11740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pr_and_docker_changes() {
# Helper that checks if the given tag of the oasisprotocol/oasis-core-ci Docker image exists.
check_docker_ci_image_tag_exists() {
local tag=$1
DOCKER_CLI_EXPERIMENTAL=enabled docker manifest inspect oasisprotocol/oasis-core-ci:${tag}
curl --silent -f --head -lL "https://hub.docker.com/v2/repositories/oasisprotocol/oasis-core-ci/tags/${tag}/"
}

# Determine the oasis-core-ci Docker image tag to use for tests.
Expand Down

0 comments on commit 6b11740

Please sign in to comment.