Skip to content

Commit

Permalink
init 3, update bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajmouriyakong committed Oct 28, 2024
1 parent d09e127 commit 3a30af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/sync_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
ECR_URI="$1"

# Retrieve the registry alias
REGISTRY_ALIAS=$(aws ecr-public describe-registries --query 'registries[0].registryAlias' --output text)
REGISTRY_ALIAS=$(aws ecr-public describe-repositories --query 'registries[0].registryAlias' --output text)

if [ -z "$REGISTRY_ALIAS" ]; then
echo "Failed to retrieve registry alias."
Expand Down

0 comments on commit 3a30af1

Please sign in to comment.