Skip to content

Commit

Permalink
Revert "test docker hub (newrelic#260)" (newrelic#261)
Browse files Browse the repository at this point in the history
This reverts commit aa964f8.
  • Loading branch information
chaudharysaket authored Jul 11, 2024
1 parent aa964f8 commit c1d9b32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ruby/publish-layers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,21 +157,17 @@ case "$1" in
build-ruby33-arm64
publish-ruby33-arm64
publish_docker_ecr $RB33_DIST_ARM64 ruby3.3 arm64
publish_docker_hub $RB33_DIST_ARM64 ruby3.3 arm64
build-ruby33-x86
publish-ruby33-x86
publish_docker_ecr $RB33_DIST_X86_64 ruby3.3 x86_64
publish_docker_hub $RB33_DIST_X86_64 ruby3.3 x86_64
;;
"ruby3.2")
build-ruby32-arm64
publish-ruby32-arm64
publish_docker_ecr $RB32_DIST_ARM64 ruby3.2 arm64
publish_docker_hub $RB32_DIST_ARM64 ruby3.2 arm64
build-ruby32-x86
publish-ruby32-x86
publish_docker_ecr $RB32_DIST_X86_64 ruby3.2 x86_64
publish_docker_hub $RB32_DIST_X86_64 ruby3.2 x86_64
;;
*)
usage
Expand Down

0 comments on commit c1d9b32

Please sign in to comment.