Skip to content

Commit

Permalink
init 10
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajmouriyakong committed Nov 4, 2024
1 parent 0e46543 commit 7a0e929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/sync_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function get_latest_upstream_tag {
# Function to pull an image or OCI artifact using regctl
function pull_artifact {
echo "Pulling $type from $source with regctl..."
regctl image copy --platform linux/arm64,linux/amd64 "$source/$owner/$repo:$tag" "$FULL_ECR_URI/$REPOSITORY:$tag"
regctl image copy --platform linux/amd64 --platform linux/arm64 "$source/$owner/$repo:$tag" "$FULL_ECR_URI/$REPOSITORY:$tag"
}

# Main script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/imagePullThrough.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Multi-Registry Image Sync
on:
schedule:
- cron: '0 0 * * *'
pull_request:
push:
branches:
- 'poc'
workflow_dispatch:
Expand Down

0 comments on commit 7a0e929

Please sign in to comment.