Skip to content

Commit

Permalink
Merge pull request #7 from Sage/multiarch-db-images
Browse files Browse the repository at this point in the history
Enable pushing multi-arch DB images
  • Loading branch information
robkilby committed Feb 26, 2024
2 parents 3a63e6c + ebffb60 commit 0e49bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post-command
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [[ $ACTION == "push_image" ]];then
if [[ "$HAS_DB_IMAGE" == "true" ]]; then
echo "DB image"
BK_BRANCH="database-$INITIAL_BK_BRANCH"
push_image --account_id $ACCOUNT_ID --app $APP --tag database --multiarch false
push_image --account_id $ACCOUNT_ID --app $APP --tag database --multiarch $MULTIARCH_IMAGE_PUSH
fi
fi
fi
Expand Down

0 comments on commit 0e49bff

Please sign in to comment.