Skip to content

Commit

Permalink
Use correct latest tag for rapidsai/ci manifest (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe authored Sep 20, 2023
1 parent e8a65f9 commit 6dfb89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/create-multiarch-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ if [[ $IMAGE_NAME =~ ci-conda ]]; then
]]; then
# only create a 'latest' manifest if it is a non-PR workflow.
if [[ "${BUILD_TYPE}" != "pull-request" ]]; then
docker manifest create "rapidsai/${IMAGE_REPO}:latest" "${source_tags[@]}"
docker manifest push "rapidsai/${IMAGE_REPO}:latest"
docker manifest create "rapidsai/ci:latest" "${source_tags[@]}"
docker manifest push "rapidsai/ci:latest"
else
echo "Skipping 'latest' manifest creation for PR workflow."
fi
Expand Down

0 comments on commit 6dfb89f

Please sign in to comment.