Skip to content

Commit

Permalink
test docker hub (newrelic#260)
Browse files Browse the repository at this point in the history
test docker hub ruby image
  • Loading branch information
chaudharysaket authored Jul 11, 2024
1 parent 431d436 commit aa964f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruby/publish-layers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,21 @@ 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 aa964f8

Please sign in to comment.