Skip to content

Commit

Permalink
fix an issue where the sha of the artifactory manifest was captured b…
Browse files Browse the repository at this point in the history
…y mistake

Signed-off-by: ZachRobinson <[email protected]>
  • Loading branch information
zach-robinson committed Jan 30, 2023
1 parent 0047855 commit 213d7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ jobs:
--amend "$ARTIFACTORY_REPOSITORY:$OPERATOR_DOCKER_VERSION-ppc64le"

echo "---> Pushing multi-architectural manifest to artifactory"
docker manifest push --purge "$ARTIFACTORY_REPOSITORY:$OPERATOR_DOCKER_VERSION" | tee "latest-operator-image-manifest-sha/sha-${VERSION}"
docker manifest push --purge "$ARTIFACTORY_REPOSITORY:$OPERATOR_DOCKER_VERSION"
fi

echo $RED_HAT_REGISTRY_PASSWORD | docker login -u $RED_HAT_REGISTRY_USERNAME --password-stdin quay.io
Expand Down

0 comments on commit 213d7c0

Please sign in to comment.